Html Css Color HEX #060673 Navy

📋 copy color: '#060673'

red 6 ◦ green 6 ◦ blue 115

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

Shades of Navy #060673

Tints of Navy #060673

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.72%

 BLUE value IS 115 (45.31% from 255) = 90.55%

R = 4.72%
G = 4.72%
B = 90.55%

CMYK

 C value IS 0.95

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#060673 (or 0x060673) is known color: Navy. HEX triplet: 06, 06 and 73. RGB value is (6,6,115). Sum of RGB (Red+Green+Blue) = 6+6+115=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 115 (45.31% from 255 or 90.55% from 127); Max value from RGB is 115 - color contains mainly: blue. Hex color #060673 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060673 is #F9F98C. Grayscale: #111111. Windows color (decimal): -16382349 or 7538182. OLE color: 7538182.

HSL color Cylindrical-coordinate representation of color #060673: hue angle of 240º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060673 is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 6 115 -
CMYK 0.95 0.95 0 0.55
HSL 240º 0.9% 0.24% -
HSV(B) 240º 0.95% 0.45% -
XYZ 3.23 1.41 16.32 -
YUV 18.43 182.5 119.14 -
System Red Green Blue C M Y K H S L
Decimal 6 6 115 0.95 0.95 0 0.55 240 0.9 0.24
Hex 6 6 73 5F 5F 0 37 F0 5A 18
Octal 6 6 163 137 137 0 67 360 132 30
Binary 110 110 1110011 1011111 1011111 0 110111 11110000 1011010 11000

Color Harmonies of #060673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060673

Black with #060673

Text Example


Text Example

White with #060673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060673; }

 p { color: rgb(6,6,115); }

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

background-color css

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

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

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

border-color css

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

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

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