Html Css Color HEX #06286E Sapphire

📋 copy color: '#06286E'

red 6 ◦ green 40 ◦ blue 110

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

Shades of Sapphire #06286E

Tints of Sapphire #06286E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.64%

 BLUE value IS 110 (43.36% from 255) = 70.51%

R = 3.85%
G = 25.64%
B = 70.51%

CMYK

 C value IS 0.95

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#06286E (or 0x06286E) is known color: Sapphire. HEX triplet: 06, 28 and 6E. RGB value is (6,40,110). Sum of RGB (Red+Green+Blue) = 6+40+110=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 110 (43.36% from 255 or 70.51% from 156); Max value from RGB is 110 - color contains mainly: blue. Hex color #06286E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06286E is #F9D791. Grayscale: #252525. Windows color (decimal): -16373650 or 7219206. OLE color: 7219206.

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

Color convert

RGB 6 40 110 -
CMYK 0.95 0.64 0 0.57
HSL 220.38º 0.9% 0.23% -
HSV(B) 220.38º 0.95% 0.43% -
XYZ 3.65 2.68 15.08 -
YUV 37.81 168.74 105.31 -
System Red Green Blue C M Y K H S L
Decimal 6 40 110 0.95 0.64 0 0.57 220.38 0.9 0.23
Hex 6 28 6E 5F 40 0 39 DC 5A 17
Octal 6 50 156 137 100 0 71 334 132 27
Binary 110 101000 1101110 1011111 1000000 0 111001 11011100 1011010 10111

Color Harmonies of #06286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06286E

Black with #06286E

Text Example


Text Example

White with #06286E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06286E; }

 p { color: rgb(6,40,110); }

 H1.HeaderClassName
 {
   color: #06286E;
 }
 .AnyTagClassName
 {
   color: #06286E;
 }
</style>

background-color css

<style>
 a { background-color: #06286E; }

 a { background-color: rgb(6,40,110); }

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

border-color css

<style>
 span { border-color: #06286E; }

 span { border-color: rgb(6,40,110); }

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