Html Css Color HEX #060262 Navy

📋 copy color: '#060262'

red 6 ◦ green 2 ◦ blue 98

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

Shades of Navy #060262

Tints of Navy #060262

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.89%

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

R = 5.66%
G = 1.89%
B = 92.45%

CMYK

 C value IS 0.94

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#060262 (or 0x060262) is known color: Navy. HEX triplet: 06, 02 and 62. RGB value is (6,2,98). Sum of RGB (Red+Green+Blue) = 6+2+98=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 98 (38.67% from 255 or 92.45% from 106); Max value from RGB is 98 - color contains mainly: blue. Hex color #060262 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060262 is #F9FD9D. Grayscale: #0D0D0D. Windows color (decimal): -16383390 or 6423046. OLE color: 6423046.

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

Color convert

RGB 6 2 98 -
CMYK 0.94 0.98 0 0.62
HSL 242.5º 0.96% 0.2% -
HSV(B) 242.5º 0.98% 0.38% -
XYZ 2.3 0.96 11.62 -
YUV 14.14 175.33 122.19 -
System Red Green Blue C M Y K H S L
Decimal 6 2 98 0.94 0.98 0 0.62 242.5 0.96 0.2
Hex 6 2 62 5E 62 0 3E F2 60 14
Octal 6 2 142 136 142 0 76 362 140 24
Binary 110 10 1100010 1011110 1100010 0 111110 11110010 1100000 10100

Color Harmonies of #060262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060262

Black with #060262

Text Example


Text Example

White with #060262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060262; }

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

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

background-color css

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

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

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

border-color css

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

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

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