Html Css Color HEX #060562 Midnight Blue

📋 copy color: '#060562'

red 6 ◦ green 5 ◦ blue 98

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

Shades of Midnight Blue #060562

Tints of Midnight Blue #060562

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.59%

 BLUE value IS 98 (38.67% from 255) = 89.91%

R = 5.5%
G = 4.59%
B = 89.91%

CMYK

 C value IS 0.94

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#060562 (or 0x060562) is known color: Midnight Blue. HEX triplet: 06, 05 and 62. RGB value is (6,5,98). Sum of RGB (Red+Green+Blue) = 6+5+98=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 98 (38.67% from 255 or 89.91% from 109); Max value from RGB is 98 - color contains mainly: blue. Hex color #060562 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060562 is #F9FA9D. Grayscale: #0F0F0F. Windows color (decimal): -16382622 or 6423814. OLE color: 6423814.

HSL color Cylindrical-coordinate representation of color #060562: hue angle of 240.65º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060562 is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 5 98 -
CMYK 0.94 0.95 0 0.62
HSL 240.65º 0.9% 0.2% -
HSV(B) 240.65º 0.95% 0.38% -
XYZ 2.33 1.03 11.63 -
YUV 15.9 174.33 120.94 -
System Red Green Blue C M Y K H S L
Decimal 6 5 98 0.94 0.95 0 0.62 240.65 0.9 0.2
Hex 6 5 62 5E 5F 0 3E F1 5A 14
Octal 6 5 142 136 137 0 76 361 132 24
Binary 110 101 1100010 1011110 1011111 0 111110 11110001 1011010 10100

Color Harmonies of #060562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060562

Black with #060562

Text Example


Text Example

White with #060562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060562; }

 p { color: rgb(6,5,98); }

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

background-color css

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

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

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

border-color css

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

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

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