#061068

Color #061068 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #061068

Tints of Midnight Blue #061068

Color information

#061068 (or 0x061068) is unknown color: approx Midnight Blue. HEX triplet: 06, 10 and 68. RGB value is (6,16,104). Sum of RGB (Red+Green+Blue) = 6+16+104=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 104 (41.02% from 255 or 82.54% from 126); Max value from RGB is 104 - color contains mainly: blue. Hex color #061068 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061068 is #F9EF97. Grayscale: #161616. Windows color (decimal): -16379800 or 6819846. OLE color: 6819846.

HSL color Cylindrical-coordinate representation of color #061068: hue angle of 233.88º 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 #061068 is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB616104-
CMYK0.940.8500.59
HSL233.88º89.09%21.57%-
HSV(B)233.88º94.23%40.78%-
XYZ2.761.4113.22-
YUV23.04173.69115.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.76%
GREEN value IS 16 (6.64% from 255) = 12.70%
BLUE value IS 104 (41.02% from 255) = 82.54%
R=4.76%
G=12.70%
B=82.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6161040.940.8500.59233.8889.0921.57
Hex610685E5503Bea5916
Octal62015013612507335213126
Binary11010000110100010111101010101011101111101010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061068; }

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

 H1.HeaderClassName
 {
   color: #061068;
 }
 .AnyTagClassName
 {
   color: #061068;
 }
</style>
background-color css

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

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

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

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

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

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