Html Css Color HEX #060069 Navy

📋 copy color: '#060069'

red 6 ◦ green 0 ◦ blue 105

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

Shades of Navy #060069

Tints of Navy #060069

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 5.41%
G = 0%
B = 94.59%

CMYK

 C value IS 0.94

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#060069 (or 0x060069) is known color: Navy. HEX triplet: 06, 00 and 69. RGB value is (6,0,105). Sum of RGB (Red+Green+Blue) = 6+0+105=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 105 (41.41% from 255 or 94.59% from 111); Max value from RGB is 105 - color contains mainly: blue. Hex color #060069 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060069 is #F9FF96. Grayscale: #0D0D0D. Windows color (decimal): -16383895 or 6881286. OLE color: 6881286.

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

Color convert

RGB 6 0 105 -
CMYK 0.94 1 0 0.59
HSL 243.43º 1% 0.21% -
HSV(B) 243.43º 1% 0.41% -
XYZ 2.62 1.06 13.43 -
YUV 13.76 179.49 122.46 -
System Red Green Blue C M Y K H S L
Decimal 6 0 105 0.94 1 0 0.59 243.43 1 0.21
Hex 6 0 69 5E 64 0 3B F3 64 15
Octal 6 0 151 136 144 0 73 363 144 25
Binary 110 0 1101001 1011110 1100100 0 111011 11110011 1100100 10101

Color Harmonies of #060069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060069

Black with #060069

Text Example


Text Example

White with #060069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060069; }

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

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

background-color css

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

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

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

border-color css

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

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

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