Html Css Color HEX #060464 Navy

📋 copy color: '#060464'

red 6 ◦ green 4 ◦ blue 100

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

Shades of Navy #060464

Tints of Navy #060464

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.64%

 BLUE value IS 100 (39.45% from 255) = 90.91%

R = 5.45%
G = 3.64%
B = 90.91%

CMYK

 C value IS 0.94

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#060464 (or 0x060464) is known color: Navy. HEX triplet: 06, 04 and 64. RGB value is (6,4,100). Sum of RGB (Red+Green+Blue) = 6+4+100=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 100 (39.45% from 255 or 90.91% from 110); Max value from RGB is 100 - color contains mainly: blue. Hex color #060464 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060464 is #F9FB9B. Grayscale: #0F0F0F. Windows color (decimal): -16382876 or 6554630. OLE color: 6554630.

HSL color Cylindrical-coordinate representation of color #060464: hue angle of 241.25º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060464 is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 6 4 100 -
CMYK 0.94 0.96 0 0.61
HSL 241.25º 0.92% 0.2% -
HSV(B) 241.25º 0.96% 0.39% -
XYZ 2.42 1.05 12.13 -
YUV 15.54 175.66 121.19 -
System Red Green Blue C M Y K H S L
Decimal 6 4 100 0.94 0.96 0 0.61 241.25 0.92 0.2
Hex 6 4 64 5E 60 0 3D F1 5C 14
Octal 6 4 144 136 140 0 75 361 134 24
Binary 110 100 1100100 1011110 1100000 0 111101 11110001 1011100 10100

Color Harmonies of #060464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060464

Black with #060464

Text Example


Text Example

White with #060464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060464; }

 p { color: rgb(6,4,100); }

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

background-color css

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

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

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

border-color css

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

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

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