Html Css Color HEX #062869 Sapphire

📋 copy color: '#062869'

red 6 ◦ green 40 ◦ blue 105

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

Shades of Sapphire #062869

Tints of Sapphire #062869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 69.54%

R = 3.97%
G = 26.49%
B = 69.54%

CMYK

 C value IS 0.94

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#062869 (or 0x062869) is known color: Sapphire. HEX triplet: 06, 28 and 69. RGB value is (6,40,105). Sum of RGB (Red+Green+Blue) = 6+40+105=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 105 (41.41% from 255 or 69.54% from 151); Max value from RGB is 105 - color contains mainly: blue. Hex color #062869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062869 is #F9D796. Grayscale: #242424. Windows color (decimal): -16373655 or 6891526. OLE color: 6891526.

HSL color Cylindrical-coordinate representation of color #062869: hue angle of 219.39º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062869 is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 6 40 105 -
CMYK 0.94 0.62 0 0.59
HSL 219.39º 0.89% 0.22% -
HSV(B) 219.39º 0.94% 0.41% -
XYZ 3.38 2.58 13.68 -
YUV 37.24 166.24 105.71 -
System Red Green Blue C M Y K H S L
Decimal 6 40 105 0.94 0.62 0 0.59 219.39 0.89 0.22
Hex 6 28 69 5E 3E 0 3B DB 59 16
Octal 6 50 151 136 76 0 73 333 131 26
Binary 110 101000 1101001 1011110 111110 0 111011 11011011 1011001 10110

Color Harmonies of #062869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062869

Black with #062869

Text Example


Text Example

White with #062869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062869; }

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

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

background-color css

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

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

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

border-color css

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

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

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