Html Css Color HEX #060062 Navy

📋 copy color: '#060062'

red 6 ◦ green 0 ◦ blue 98

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

Shades of Navy #060062

Tints of Navy #060062

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 98 (38.67% from 255) = 94.23%

R = 5.77%
G = 0%
B = 94.23%

CMYK

 C value IS 0.94

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#060062 (or 0x060062) is known color: Navy. HEX triplet: 06, 00 and 62. RGB value is (6,0,98). Sum of RGB (Red+Green+Blue) = 6+0+98=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 98 (38.67% from 255 or 94.23% from 104); Max value from RGB is 98 - color contains mainly: blue. Hex color #060062 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060062 is #F9FF9D. Grayscale: #0C0C0C. Windows color (decimal): -16383902 or 6422534. OLE color: 6422534.

HSL color Cylindrical-coordinate representation of color #060062: hue angle of 243.67º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #060062 is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 0 98 -
CMYK 0.94 1 0 0.62
HSL 243.67º 1% 0.19% -
HSV(B) 243.67º 1% 0.38% -
XYZ 2.28 0.92 11.61 -
YUV 12.97 175.99 123.03 -
System Red Green Blue C M Y K H S L
Decimal 6 0 98 0.94 1 0 0.62 243.67 1 0.19
Hex 6 0 62 5E 64 0 3E F4 64 13
Octal 6 0 142 136 144 0 76 364 144 23
Binary 110 0 1100010 1011110 1100100 0 111110 11110100 1100100 10011

Color Harmonies of #060062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060062

Black with #060062

Text Example


Text Example

White with #060062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060062; }

 p { color: rgb(6,0,98); }

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

background-color css

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

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

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

border-color css

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

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

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