Html Css Color HEX #060777 Navy

📋 copy color: '#060777'

red 6 ◦ green 7 ◦ blue 119

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

Shades of Navy #060777

Tints of Navy #060777

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.3%

 BLUE value IS 119 (46.88% from 255) = 90.15%

R = 4.55%
G = 5.3%
B = 90.15%

CMYK

 C value IS 0.95

 M value IS 0.94

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#060777 (or 0x060777) is known color: Navy. HEX triplet: 06, 07 and 77. RGB value is (6,7,119). Sum of RGB (Red+Green+Blue) = 6+7+119=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 119 (46.88% from 255 or 90.15% from 132); Max value from RGB is 119 - color contains mainly: blue. Hex color #060777 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060777 is #F9F888. Grayscale: #131313. Windows color (decimal): -16382089 or 7800582. OLE color: 7800582.

HSL color Cylindrical-coordinate representation of color #060777: hue angle of 239.47º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060777 is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 7 119 -
CMYK 0.95 0.94 0 0.53
HSL 239.47º 0.9% 0.25% -
HSV(B) 239.47º 0.95% 0.47% -
XYZ 3.48 1.52 17.56 -
YUV 19.47 184.17 118.39 -
System Red Green Blue C M Y K H S L
Decimal 6 7 119 0.95 0.94 0 0.53 239.47 0.9 0.25
Hex 6 7 77 5F 5E 0 35 EF 5A 19
Octal 6 7 167 137 136 0 65 357 132 31
Binary 110 111 1110111 1011111 1011110 0 110101 11101111 1011010 11001

Color Harmonies of #060777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060777

Black with #060777

Text Example


Text Example

White with #060777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060777; }

 p { color: rgb(6,7,119); }

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

background-color css

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

 a { background-color: rgb(6,7,119); }

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

border-color css

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

 span { border-color: rgb(6,7,119); }

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