#06104F

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

Shades of Sapphire #06104F

Tints of Sapphire #06104F

Color information

#06104F (or 0x06104F) is unknown color: approx Sapphire. HEX triplet: 06, 10 and 4F. RGB value is (6,16,79). Sum of RGB (Red+Green+Blue) = 6+16+79=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 79 (31.25% from 255 or 78.22% from 101); Max value from RGB is 79 - color contains mainly: blue. Hex color #06104F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06104F is #F9EFB0. Grayscale: #131313. Windows color (decimal): -16379825 or 5181446. OLE color: 5181446.

HSL color Cylindrical-coordinate representation of color #06104F: hue angle of 231.78º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06104F is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB61679-
CMYK0.920.8000.69
HSL231.78º85.88%16.67%-
HSV(B)231.78º92.41%30.98%-
XYZ1.670.977.5-
YUV20.19161.19117.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.94%
GREEN value IS 16 (6.64% from 255) = 15.84%
BLUE value IS 79 (31.25% from 255) = 78.22%
R=5.94%
G=15.84%
B=78.22%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal616790.920.8000.69231.7885.8816.67
Hex6104F5C50045e85611
Octal620117134120010535012621
Binary110100001001111101110010100000100010111101000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06104F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06104F; }

 p { color: rgb(6,16,79); }

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

<style>
 a { background-color: #06104F; }

 a { background-color: rgb(6,16,79); }

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

<style>
 span { border-color: #06104F; }

 span { border-color: rgb(6,16,79); }

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