Html Css Color HEX #061634 Midnight Express

📋 copy color: '#061634'

red 6 ◦ green 22 ◦ blue 52

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

Shades of Midnight Express #061634

Tints of Midnight Express #061634

RGB

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

 GREEN value IS 22 (8.98% from 255) = 27.5%

 BLUE value IS 52 (20.7% from 255) = 65%

R = 7.5%
G = 27.5%
B = 65%

CMYK

 C value IS 0.88

 M value IS 0.58

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#061634 (or 0x061634) is known color: Midnight Express. HEX triplet: 06, 16 and 34. RGB value is (6,22,52). Sum of RGB (Red+Green+Blue) = 6+22+52=80 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.5% from 80); Green value is 22 (8.98% from 255 or 27.5% from 80); Blue value is 52 (20.70% from 255 or 65% from 80); Max value from RGB is 52 - color contains mainly: blue. Hex color #061634 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061634 is #F9E9CB. Grayscale: #141414. Windows color (decimal): -16378316 or 3413510. OLE color: 3413510.

HSL color Cylindrical-coordinate representation of color #061634: hue angle of 219.13º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #061634 is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 6 22 52 -
CMYK 0.88 0.58 0 0.80
HSL 219.13º 0.79% 0.11% -
HSV(B) 219.13º 0.88% 0.2% -
XYZ 0.98 0.86 3.36 -
YUV 20.64 145.7 117.56 -
System Red Green Blue C M Y K H S L
Decimal 6 22 52 0.88 0.58 0 0.80 219.13 0.79 0.11
Hex 6 16 34 58 3A 0 50 DB 4F B
Octal 6 26 64 130 72 0 120 333 117 13
Binary 110 10110 110100 1011000 111010 0 1010000 11011011 1001111 1011

Color Harmonies of #061634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061634

Black with #061634

Text Example


Text Example

White with #061634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061634; }

 p { color: rgb(6,22,52); }

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

background-color css

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

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

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

border-color css

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

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

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