Html Css Color HEX #060655 Midnight Blue

📋 copy color: '#060655'

red 6 ◦ green 6 ◦ blue 85

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

Shades of Midnight Blue #060655

Tints of Midnight Blue #060655

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.19%

 BLUE value IS 85 (33.59% from 255) = 87.63%

R = 6.19%
G = 6.19%
B = 87.63%

CMYK

 C value IS 0.93

 M value IS 0.93

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#060655 (or 0x060655) is known color: Midnight Blue. HEX triplet: 06, 06 and 55. RGB value is (6,6,85). Sum of RGB (Red+Green+Blue) = 6+6+85=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 6 (2.73% from 255 or 6.19% from 97); Blue value is 85 (33.59% from 255 or 87.63% from 97); Max value from RGB is 85 - color contains mainly: blue. Hex color #060655 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060655 is #F9F9AA. Grayscale: #0E0E0E. Windows color (decimal): -16382379 or 5572102. OLE color: 5572102.

HSL color Cylindrical-coordinate representation of color #060655: hue angle of 240º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #060655 is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 6 85 -
CMYK 0.93 0.93 0 0.67
HSL 240º 0.87% 0.18% -
HSV(B) 240º 0.93% 0.33% -
XYZ 1.78 0.82 8.66 -
YUV 15.01 167.5 121.58 -
System Red Green Blue C M Y K H S L
Decimal 6 6 85 0.93 0.93 0 0.67 240 0.87 0.18
Hex 6 6 55 5D 5D 0 43 F0 57 12
Octal 6 6 125 135 135 0 103 360 127 22
Binary 110 110 1010101 1011101 1011101 0 1000011 11110000 1010111 10010

Color Harmonies of #060655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060655

Black with #060655

Text Example


Text Example

White with #060655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060655; }

 p { color: rgb(6,6,85); }

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

background-color css

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

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

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

border-color css

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

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

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