Html Css Color HEX #060778 Navy

📋 copy color: '#060778'

red 6 ◦ green 7 ◦ blue 120

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

Shades of Navy #060778

Tints of Navy #060778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 90.23%

R = 4.51%
G = 5.26%
B = 90.23%

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

#060778 (or 0x060778) is known color: Navy. HEX triplet: 06, 07 and 78. RGB value is (6,7,120). Sum of RGB (Red+Green+Blue) = 6+7+120=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 7 (3.12% from 255 or 5.26% from 133); Blue value is 120 (47.27% from 255 or 90.23% from 133); Max value from RGB is 120 - color contains mainly: blue. Hex color #060778 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060778 is #F9F887. Grayscale: #131313. Windows color (decimal): -16382088 or 7866118. OLE color: 7866118.

HSL color Cylindrical-coordinate representation of color #060778: 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 #060778 is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 7 120 -
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.54 1.55 17.88 -
YUV 19.58 184.67 118.31 -
System Red Green Blue C M Y K H S L
Decimal 6 7 120 0.95 0.94 0 0.53 239.47 0.9 0.25
Hex 6 7 78 5F 5E 0 35 EF 5A 19
Octal 6 7 170 137 136 0 65 357 132 31
Binary 110 111 1111000 1011111 1011110 0 110101 11101111 1011010 11001

Color Harmonies of #060778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060778

Black with #060778

Text Example


Text Example

White with #060778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060778; }

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

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

background-color css

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

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

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

border-color css

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

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

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