Html Css Color HEX #060267 Navy

📋 copy color: '#060267'

red 6 ◦ green 2 ◦ blue 103

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

Shades of Navy #060267

Tints of Navy #060267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 92.79%

R = 5.41%
G = 1.8%
B = 92.79%

CMYK

 C value IS 0.94

 M value IS 0.98

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#060267 (or 0x060267) is known color: Navy. HEX triplet: 06, 02 and 67. RGB value is (6,2,103). Sum of RGB (Red+Green+Blue) = 6+2+103=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 103 (40.62% from 255 or 92.79% from 111); Max value from RGB is 103 - color contains mainly: blue. Hex color #060267 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060267 is #F9FD98. Grayscale: #0E0E0E. Windows color (decimal): -16383385 or 6750726. OLE color: 6750726.

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

Color convert

RGB 6 2 103 -
CMYK 0.94 0.98 0 0.60
HSL 242.38º 0.96% 0.21% -
HSV(B) 242.38º 0.98% 0.4% -
XYZ 2.54 1.06 12.9 -
YUV 14.71 177.83 121.79 -
System Red Green Blue C M Y K H S L
Decimal 6 2 103 0.94 0.98 0 0.60 242.38 0.96 0.21
Hex 6 2 67 5E 62 0 3C F2 60 15
Octal 6 2 147 136 142 0 74 362 140 25
Binary 110 10 1100111 1011110 1100010 0 111100 11110010 1100000 10101

Color Harmonies of #060267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060267

Black with #060267

Text Example


Text Example

White with #060267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060267; }

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

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

background-color css

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

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

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

border-color css

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

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

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