#06275B

Color #06275B Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #06275B

Tints of Sapphire #06275B

Color information

#06275B (or 0x06275B) is unknown color: approx Sapphire. HEX triplet: 06, 27 and 5B. RGB value is (6,39,91). Sum of RGB (Red+Green+Blue) = 6+39+91=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 91 (35.94% from 255 or 66.91% from 136); Max value from RGB is 91 - color contains mainly: blue. Hex color #06275B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06275B is #F9D8A4. Grayscale: #222222. Windows color (decimal): -16373925 or 5973766. OLE color: 5973766.

HSL color Cylindrical-coordinate representation of color #06275B: hue angle of 216.71º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06275B is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB63991-
CMYK0.930.5700.64
HSL216.71º87.63%19.02%-
HSV(B)216.71º93.41%35.69%-
XYZ2.692.2510.19-
YUV35.06159.57107.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 4.41%
GREEN value IS 39 (15.62% from 255) = 28.68%
BLUE value IS 91 (35.94% from 255) = 66.91%
R=4.41%
G=28.68%
B=66.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal639910.930.5700.64216.7187.6319.02
Hex6275B5D39040d95813
Octal64713313571010033113023
Binary110100111101101110111011110010100000011011001101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06275B; }

 p { color: rgb(6,39,91); }

 H1.HeaderClassName
 {
   color: #06275B;
 }
 .AnyTagClassName
 {
   color: #06275B;
 }
</style>
background-color css

<style>
 a { background-color: #06275B; }

 a { background-color: rgb(6,39,91); }

 div.DivClassName
 {
   background-color: #06275B;
 }
 .BgClassName
 {
   background-color: #06275B;
 }
</style>
border-color css

<style>
 span { border-color: #06275B; }

 span { border-color: rgb(6,39,91); }

 td.TdClassName
 {
   border-color: #06275B;
 }
 .TagClassName
 {
   border-color: #06275B;
 }
</style>