#06105D

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

Shades of Sapphire #06105D

Tints of Sapphire #06105D

Color information

#06105D (or 0x06105D) is unknown color: approx Sapphire. HEX triplet: 06, 10 and 5D. RGB value is (6,16,93). Sum of RGB (Red+Green+Blue) = 6+16+93=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 93 (36.72% from 255 or 80.87% from 115); Max value from RGB is 93 - color contains mainly: blue. Hex color #06105D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06105D is #F9EFA2. Grayscale: #151515. Windows color (decimal): -16379811 or 6098950. OLE color: 6098950.

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

Color convert

RGB61693-
CMYK0.940.8300.64
HSL233.1º87.88%19.41%-
HSV(B)233.1º93.55%36.47%-
XYZ2.241.210.47-
YUV21.79168.19116.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.22%
GREEN value IS 16 (6.64% from 255) = 13.91%
BLUE value IS 93 (36.72% from 255) = 80.87%
R=5.22%
G=13.91%
B=80.87%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal616930.940.8300.64233.187.8819.41
Hex6105D5E53040e95813
Octal620135136123010035113023
Binary110100001011101101111010100110100000011101001101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06105D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06105D; }

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

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

<style>
 a { background-color: #06105D; }

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

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

<style>
 span { border-color: #06105D; }

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

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