Html Css Color HEX #060269 Navy

📋 copy color: '#060269'

red 6 ◦ green 2 ◦ blue 105

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

Shades of Navy #060269

Tints of Navy #060269

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.77%

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

R = 5.31%
G = 1.77%
B = 92.92%

CMYK

 C value IS 0.94

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#060269 (or 0x060269) is known color: Navy. HEX triplet: 06, 02 and 69. RGB value is (6,2,105). Sum of RGB (Red+Green+Blue) = 6+2+105=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 105 (41.41% from 255 or 92.92% from 113); Max value from RGB is 105 - color contains mainly: blue. Hex color #060269 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060269 is #F9FD96. Grayscale: #0E0E0E. Windows color (decimal): -16383383 or 6881798. OLE color: 6881798.

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

Color convert

RGB 6 2 105 -
CMYK 0.94 0.98 0 0.59
HSL 242.33º 0.96% 0.21% -
HSV(B) 242.33º 0.98% 0.41% -
XYZ 2.65 1.1 13.44 -
YUV 14.94 178.83 121.62 -
System Red Green Blue C M Y K H S L
Decimal 6 2 105 0.94 0.98 0 0.59 242.33 0.96 0.21
Hex 6 2 69 5E 62 0 3B F2 60 15
Octal 6 2 151 136 142 0 73 362 140 25
Binary 110 10 1101001 1011110 1100010 0 111011 11110010 1100000 10101

Color Harmonies of #060269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060269

Black with #060269

Text Example


Text Example

White with #060269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060269; }

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

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

background-color css

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

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

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

border-color css

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

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

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