#06104B

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

Shades of Sapphire #06104B

Tints of Sapphire #06104B

Color information

#06104B (or 0x06104B) is unknown color: approx Sapphire. HEX triplet: 06, 10 and 4B. RGB value is (6,16,75). Sum of RGB (Red+Green+Blue) = 6+16+75=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 75 (29.69% from 255 or 77.32% from 97); Max value from RGB is 75 - color contains mainly: blue. Hex color #06104B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06104B is #F9EFB4. Grayscale: #131313. Windows color (decimal): -16379829 or 4919302. OLE color: 4919302.

HSL color Cylindrical-coordinate representation of color #06104B: hue angle of 231.3º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06104B is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB61675-
CMYK0.920.7900.71
HSL231.3º85.19%15.88%-
HSV(B)231.3º92%29.41%-
XYZ1.530.926.75-
YUV19.74159.19118.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.19%
GREEN value IS 16 (6.64% from 255) = 16.49%
BLUE value IS 75 (29.69% from 255) = 77.32%
R=6.19%
G=16.49%
B=77.32%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal616750.920.7900.71231.385.1915.88
Hex6104B5C4F047e75510
Octal620113134117010734712520
Binary110100001001011101110010011110100011111100111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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