Html Css Color HEX #060779 Navy

📋 copy color: '#060779'

red 6 ◦ green 7 ◦ blue 121

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

Shades of Navy #060779

Tints of Navy #060779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 90.3%

R = 4.48%
G = 5.22%
B = 90.3%

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

#060779 (or 0x060779) is known color: Navy. HEX triplet: 06, 07 and 79. RGB value is (6,7,121). Sum of RGB (Red+Green+Blue) = 6+7+121=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 7 (3.12% from 255 or 5.22% from 134); Blue value is 121 (47.66% from 255 or 90.30% from 134); Max value from RGB is 121 - color contains mainly: blue. Hex color #060779 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060779 is #F9F886. Grayscale: #131313. Windows color (decimal): -16382087 or 7931654. OLE color: 7931654.

HSL color Cylindrical-coordinate representation of color #060779: hue angle of 239.48º degrees, saturation: 0.91, 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 #060779 is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 7 121 -
CMYK 0.95 0.94 0 0.53
HSL 239.48º 0.91% 0.25% -
HSV(B) 239.48º 0.95% 0.47% -
XYZ 3.6 1.57 18.2 -
YUV 19.7 185.17 118.23 -
System Red Green Blue C M Y K H S L
Decimal 6 7 121 0.95 0.94 0 0.53 239.48 0.91 0.25
Hex 6 7 79 5F 5E 0 35 EF 5B 19
Octal 6 7 171 137 136 0 65 357 133 31
Binary 110 111 1111001 1011111 1011110 0 110101 11101111 1011011 11001

Color Harmonies of #060779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060779

Black with #060779

Text Example


Text Example

White with #060779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060779; }

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

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

background-color css

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

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

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

border-color css

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

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

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