Html Css Color HEX #06266D Sapphire

📋 copy color: '#06266D'

red 6 ◦ green 38 ◦ blue 109

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

Shades of Sapphire #06266D

Tints of Sapphire #06266D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.84%

 BLUE value IS 109 (42.97% from 255) = 71.24%

R = 3.92%
G = 24.84%
B = 71.24%

CMYK

 C value IS 0.94

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#06266D (or 0x06266D) is known color: Sapphire. HEX triplet: 06, 26 and 6D. RGB value is (6,38,109). Sum of RGB (Red+Green+Blue) = 6+38+109=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 109 (42.97% from 255 or 71.24% from 153); Max value from RGB is 109 - color contains mainly: blue. Hex color #06266D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06266D is #F9D992. Grayscale: #242424. Windows color (decimal): -16374163 or 7153158. OLE color: 7153158.

HSL color Cylindrical-coordinate representation of color #06266D: hue angle of 221.36º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06266D is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 6 38 109 -
CMYK 0.94 0.65 0 0.57
HSL 221.36º 0.9% 0.23% -
HSV(B) 221.36º 0.94% 0.43% -
XYZ 3.53 2.53 14.77 -
YUV 36.53 168.9 106.23 -
System Red Green Blue C M Y K H S L
Decimal 6 38 109 0.94 0.65 0 0.57 221.36 0.9 0.23
Hex 6 26 6D 5E 41 0 39 DD 5A 17
Octal 6 46 155 136 101 0 71 335 132 27
Binary 110 100110 1101101 1011110 1000001 0 111001 11011101 1011010 10111

Color Harmonies of #06266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06266D

Black with #06266D

Text Example


Text Example

White with #06266D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,38,109); }

 H1.HeaderClassName
 {
   color: #06266D;
 }
 .AnyTagClassName
 {
   color: #06266D;
 }
</style>

background-color css

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

 a { background-color: rgb(6,38,109); }

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

border-color css

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

 span { border-color: rgb(6,38,109); }

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