Html Css Color HEX #060067 Navy

📋 copy color: '#060067'

red 6 ◦ green 0 ◦ blue 103

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

Shades of Navy #060067

Tints of Navy #060067

RGB

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

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

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

R = 5.5%
G = 0%
B = 94.5%

CMYK

 C value IS 0.94

 M value IS 1

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#060067 (or 0x060067) is known color: Navy. HEX triplet: 06, 00 and 67. RGB value is (6,0,103). Sum of RGB (Red+Green+Blue) = 6+0+103=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 103 (40.62% from 255 or 94.50% from 109); Max value from RGB is 103 - color contains mainly: blue. Hex color #060067 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060067 is #F9FF98. Grayscale: #0D0D0D. Windows color (decimal): -16383897 or 6750214. OLE color: 6750214.

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

Color convert

RGB 6 0 103 -
CMYK 0.94 1 0 0.60
HSL 243.5º 1% 0.2% -
HSV(B) 243.5º 1% 0.4% -
XYZ 2.52 1.02 12.9 -
YUV 13.54 178.49 122.62 -
System Red Green Blue C M Y K H S L
Decimal 6 0 103 0.94 1 0 0.60 243.5 1 0.2
Hex 6 0 67 5E 64 0 3C F3 64 14
Octal 6 0 147 136 144 0 74 363 144 24
Binary 110 0 1100111 1011110 1100100 0 111100 11110011 1100100 10100

Color Harmonies of #060067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060067

Black with #060067

Text Example


Text Example

White with #060067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060067; }

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

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

background-color css

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

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

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

border-color css

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

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

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