#06215B

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

Shades of Sapphire #06215B

Tints of Sapphire #06215B

Color information

#06215B (or 0x06215B) is unknown color: approx Sapphire. HEX triplet: 06, 21 and 5B. RGB value is (6,33,91). Sum of RGB (Red+Green+Blue) = 6+33+91=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 33 (13.28% from 255 or 25.38% from 130); Blue value is 91 (35.94% from 255 or 70% from 130); Max value from RGB is 91 - color contains mainly: blue. Hex color #06215B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06215B is #F9DEA4. Grayscale: #1F1F1F. Windows color (decimal): -16375461 or 5972230. OLE color: 5972230.

HSL color Cylindrical-coordinate representation of color #06215B: hue angle of 220.94º 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 #06215B is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB63391-
CMYK0.930.6400.64
HSL220.94º87.63%19.02%-
HSV(B)220.94º93.41%35.69%-
XYZ2.511.8810.13-
YUV31.54161.55109.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.62%
GREEN value IS 33 (13.28% from 255) = 25.38%
BLUE value IS 91 (35.94% from 255) = 70%
R=4.62%
G=25.38%
B=70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal633910.930.6400.64220.9487.6319.02
Hex6215B5D40040dd5813
Octal641133135100010033513023
Binary1101000011011011101110110000000100000011011101101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06215B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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