Html Css Color HEX #060467 Navy

📋 copy color: '#060467'

red 6 ◦ green 4 ◦ blue 103

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

Shades of Navy #060467

Tints of Navy #060467

RGB

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

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

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

R = 5.31%
G = 3.54%
B = 91.15%

CMYK

 C value IS 0.94

 M value IS 0.96

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#060467 (or 0x060467) is known color: Navy. HEX triplet: 06, 04 and 67. RGB value is (6,4,103). Sum of RGB (Red+Green+Blue) = 6+4+103=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 103 (40.62% from 255 or 91.15% from 113); Max value from RGB is 103 - color contains mainly: blue. Hex color #060467 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060467 is #F9FB98. Grayscale: #0F0F0F. Windows color (decimal): -16382873 or 6751238. OLE color: 6751238.

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

Color convert

RGB 6 4 103 -
CMYK 0.94 0.96 0 0.60
HSL 241.21º 0.93% 0.21% -
HSV(B) 241.21º 0.96% 0.4% -
XYZ 2.57 1.1 12.91 -
YUV 15.88 177.16 120.95 -
System Red Green Blue C M Y K H S L
Decimal 6 4 103 0.94 0.96 0 0.60 241.21 0.93 0.21
Hex 6 4 67 5E 60 0 3C F1 5D 15
Octal 6 4 147 136 140 0 74 361 135 25
Binary 110 100 1100111 1011110 1100000 0 111100 11110001 1011101 10101

Color Harmonies of #060467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060467

Black with #060467

Text Example


Text Example

White with #060467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060467; }

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

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

background-color css

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

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

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

border-color css

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

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

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