Html Css Color HEX #062969 Sapphire

📋 copy color: '#062969'

red 6 ◦ green 41 ◦ blue 105

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

Shades of Sapphire #062969

Tints of Sapphire #062969

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.97%

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

R = 3.95%
G = 26.97%
B = 69.08%

CMYK

 C value IS 0.94

 M value IS 0.61

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#062969 (or 0x062969) is known color: Sapphire. HEX triplet: 06, 29 and 69. RGB value is (6,41,105). Sum of RGB (Red+Green+Blue) = 6+41+105=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 105 (41.41% from 255 or 69.08% from 152); Max value from RGB is 105 - color contains mainly: blue. Hex color #062969 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062969 is #F9D696. Grayscale: #252525. Windows color (decimal): -16373399 or 6891782. OLE color: 6891782.

HSL color Cylindrical-coordinate representation of color #062969: hue angle of 218.79º 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 #062969 is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 6 41 105 -
CMYK 0.94 0.61 0 0.59
HSL 218.79º 0.89% 0.22% -
HSV(B) 218.79º 0.94% 0.41% -
XYZ 3.42 2.64 13.69 -
YUV 37.83 165.9 105.3 -
System Red Green Blue C M Y K H S L
Decimal 6 41 105 0.94 0.61 0 0.59 218.79 0.89 0.22
Hex 6 29 69 5E 3D 0 3B DB 59 16
Octal 6 51 151 136 75 0 73 333 131 26
Binary 110 101001 1101001 1011110 111101 0 111011 11011011 1011001 10110

Color Harmonies of #062969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062969

Black with #062969

Text Example


Text Example

White with #062969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062969; }

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

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

background-color css

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

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

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

border-color css

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

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

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