Html Css Color HEX #06105B Sapphire

📋 copy color: '#06105B'

red 6 ◦ green 16 ◦ blue 91

#06105B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #06105B

Tints of Sapphire #06105B

RGB

 RED value IS 6 (2.73% from 255) = 5.31%

 GREEN value IS 16 (6.64% from 255) = 14.16%

 BLUE value IS 91 (35.94% from 255) = 80.53%

R = 5.31%
G = 14.16%
B = 80.53%

CMYK

 C value IS 0.93

 M value IS 0.82

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06105B (or 0x06105B) is known color: Sapphire. HEX triplet: 06, 10 and 5B. RGB value is (6,16,91). Sum of RGB (Red+Green+Blue) = 6+16+91=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 16 (6.64% from 255 or 14.16% from 113); Blue value is 91 (35.94% from 255 or 80.53% from 113); Max value from RGB is 91 - color contains mainly: blue. Hex color #06105B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06105B is #F9EFA4. Grayscale: #151515. Windows color (decimal): -16379813 or 5967878. OLE color: 5967878.

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

Color convert

RGB 6 16 91 -
CMYK 0.93 0.82 0 0.64
HSL 232.94º 0.88% 0.19% -
HSV(B) 232.94º 0.93% 0.36% -
XYZ 2.15 1.16 10.01 -
YUV 21.56 167.19 116.9 -
System Red Green Blue C M Y K H S L
Decimal 6 16 91 0.93 0.82 0 0.64 232.94 0.88 0.19
Hex 6 10 5B 5D 52 0 40 E9 58 13
Octal 6 20 133 135 122 0 100 351 130 23
Binary 110 10000 1011011 1011101 1010010 0 1000000 11101001 1011000 10011

Color Harmonies of #06105B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06105B

Black with #06105B

Text Example


Text Example

White with #06105B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06105B;
 }
 .AnyTagClassName
 {
   color: #06105B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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