Html Css Color HEX #060868 Navy

📋 copy color: '#060868'

red 6 ◦ green 8 ◦ blue 104

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

Shades of Navy #060868

Tints of Navy #060868

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.78%

 BLUE value IS 104 (41.02% from 255) = 88.14%

R = 5.08%
G = 6.78%
B = 88.14%

CMYK

 C value IS 0.94

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#060868 (or 0x060868) is known color: Navy. HEX triplet: 06, 08 and 68. RGB value is (6,8,104). Sum of RGB (Red+Green+Blue) = 6+8+104=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 104 (41.02% from 255 or 88.14% from 118); Max value from RGB is 104 - color contains mainly: blue. Hex color #060868 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060868 is #F9F797. Grayscale: #111111. Windows color (decimal): -16381848 or 6817798. OLE color: 6817798.

HSL color Cylindrical-coordinate representation of color #060868: hue angle of 238.78º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #060868 is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 6 8 104 -
CMYK 0.94 0.92 0 0.59
HSL 238.78º 0.89% 0.22% -
HSV(B) 238.78º 0.94% 0.41% -
XYZ 2.66 1.21 13.19 -
YUV 18.35 176.34 119.19 -
System Red Green Blue C M Y K H S L
Decimal 6 8 104 0.94 0.92 0 0.59 238.78 0.89 0.22
Hex 6 8 68 5E 5C 0 3B EF 59 16
Octal 6 10 150 136 134 0 73 357 131 26
Binary 110 1000 1101000 1011110 1011100 0 111011 11101111 1011001 10110

Color Harmonies of #060868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060868

Black with #060868

Text Example


Text Example

White with #060868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060868; }

 p { color: rgb(6,8,104); }

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

background-color css

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

 a { background-color: rgb(6,8,104); }

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

border-color css

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

 span { border-color: rgb(6,8,104); }

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