Html Css Color HEX #060E66 Midnight Blue

📋 copy color: '#060E66'

red 6 ◦ green 14 ◦ blue 102

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

Shades of Midnight Blue #060E66

Tints of Midnight Blue #060E66

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.48%

 BLUE value IS 102 (40.23% from 255) = 83.61%

R = 4.92%
G = 11.48%
B = 83.61%

CMYK

 C value IS 0.94

 M value IS 0.86

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#060E66 (or 0x060E66) is known color: Midnight Blue. HEX triplet: 06, 0E and 66. RGB value is (6,14,102). Sum of RGB (Red+Green+Blue) = 6+14+102=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 14 (5.86% from 255 or 11.48% from 122); Blue value is 102 (40.23% from 255 or 83.61% from 122); Max value from RGB is 102 - color contains mainly: blue. Hex color #060E66 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060E66 is #F9F199. Grayscale: #151515. Windows color (decimal): -16380314 or 6688262. OLE color: 6688262.

HSL color Cylindrical-coordinate representation of color #060E66: hue angle of 235º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #060E66 is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 6 14 102 -
CMYK 0.94 0.86 0 0.6
HSL 235º 0.89% 0.21% -
HSV(B) 235º 0.94% 0.4% -
XYZ 2.63 1.31 12.68 -
YUV 21.64 173.35 116.84 -
System Red Green Blue C M Y K H S L
Decimal 6 14 102 0.94 0.86 0 0.6 235 0.89 0.21
Hex 6 E 66 5E 56 0 3C EB 59 15
Octal 6 16 146 136 126 0 74 353 131 25
Binary 110 1110 1100110 1011110 1010110 0 111100 11101011 1011001 10101

Color Harmonies of #060E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060E66

Black with #060E66

Text Example


Text Example

White with #060E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060E66; }

 p { color: rgb(6,14,102); }

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

background-color css

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

 a { background-color: rgb(6,14,102); }

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

border-color css

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

 span { border-color: rgb(6,14,102); }

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