Html Css Color HEX #060540 Midnight Express

📋 copy color: '#060540'

red 6 ◦ green 5 ◦ blue 64

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

Shades of Midnight Express #060540

Tints of Midnight Express #060540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 85.33%

R = 8%
G = 6.67%
B = 85.33%

CMYK

 C value IS 0.91

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#060540 (or 0x060540) is known color: Midnight Express. HEX triplet: 06, 05 and 40. RGB value is (6,5,64). Sum of RGB (Red+Green+Blue) = 6+5+64=75 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 64 (25.39% from 255 or 85.33% from 75); Max value from RGB is 64 - color contains mainly: blue. Hex color #060540 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060540 is #F9FABF. Grayscale: #0B0B0B. Windows color (decimal): -16382656 or 4195590. OLE color: 4195590.

HSL color Cylindrical-coordinate representation of color #060540: hue angle of 241.02º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #060540 is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 5 64 -
CMYK 0.91 0.92 0 0.75
HSL 241.02º 0.86% 0.14% -
HSV(B) 241.02º 0.92% 0.25% -
XYZ 1.05 0.52 4.89 -
YUV 12.03 157.33 123.7 -
System Red Green Blue C M Y K H S L
Decimal 6 5 64 0.91 0.92 0 0.75 241.02 0.86 0.14
Hex 6 5 40 5B 5C 0 4B F1 56 E
Octal 6 5 100 133 134 0 113 361 126 16
Binary 110 101 1000000 1011011 1011100 0 1001011 11110001 1010110 1110

Color Harmonies of #060540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060540

Black with #060540

Text Example


Text Example

White with #060540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060540; }

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

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

background-color css

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

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

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

border-color css

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

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

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