Html Css Color HEX #060750 Midnight Blue

📋 copy color: '#060750'

red 6 ◦ green 7 ◦ blue 80

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

Shades of Midnight Blue #060750

Tints of Midnight Blue #060750

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.53%

 BLUE value IS 80 (31.64% from 255) = 86.02%

R = 6.45%
G = 7.53%
B = 86.02%

CMYK

 C value IS 0.92

 M value IS 0.91

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#060750 (or 0x060750) is known color: Midnight Blue. HEX triplet: 06, 07 and 50. RGB value is (6,7,80). Sum of RGB (Red+Green+Blue) = 6+7+80=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 7 (3.12% from 255 or 7.53% from 93); Blue value is 80 (31.64% from 255 or 86.02% from 93); Max value from RGB is 80 - color contains mainly: blue. Hex color #060750 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060750 is #F9F8AF. Grayscale: #0E0E0E. Windows color (decimal): -16382128 or 5244678. OLE color: 5244678.

HSL color Cylindrical-coordinate representation of color #060750: hue angle of 239.19º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #060750 is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 7 80 -
CMYK 0.92 0.91 0 0.69
HSL 239.19º 0.86% 0.17% -
HSV(B) 239.19º 0.93% 0.31% -
XYZ 1.6 0.77 7.65 -
YUV 15.02 164.67 121.56 -
System Red Green Blue C M Y K H S L
Decimal 6 7 80 0.92 0.91 0 0.69 239.19 0.86 0.17
Hex 6 7 50 5C 5B 0 45 EF 56 11
Octal 6 7 120 134 133 0 105 357 126 21
Binary 110 111 1010000 1011100 1011011 0 1000101 11101111 1010110 10001

Color Harmonies of #060750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060750

Black with #060750

Text Example


Text Example

White with #060750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060750; }

 p { color: rgb(6,7,80); }

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

background-color css

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

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

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

border-color css

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

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

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