Html Css Color HEX #061630 Midnight Express

📋 copy color: '#061630'

red 6 ◦ green 22 ◦ blue 48

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

Shades of Midnight Express #061630

Tints of Midnight Express #061630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 63.16%

R = 7.89%
G = 28.95%
B = 63.16%

CMYK

 C value IS 0.87

 M value IS 0.54

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#061630 (or 0x061630) is known color: Midnight Express. HEX triplet: 06, 16 and 30. RGB value is (6,22,48). Sum of RGB (Red+Green+Blue) = 6+22+48=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 22 (8.98% from 255 or 28.95% from 76); Blue value is 48 (19.14% from 255 or 63.16% from 76); Max value from RGB is 48 - color contains mainly: blue. Hex color #061630 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061630 is #F9E9CF. Grayscale: #141414. Windows color (decimal): -16378320 or 3151366. OLE color: 3151366.

HSL color Cylindrical-coordinate representation of color #061630: hue angle of 217.14º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #061630 is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 6 22 48 -
CMYK 0.87 0.54 0 0.81
HSL 217.14º 0.78% 0.11% -
HSV(B) 217.14º 0.88% 0.19% -
XYZ 0.9 0.83 2.91 -
YUV 20.18 143.7 117.89 -
System Red Green Blue C M Y K H S L
Decimal 6 22 48 0.87 0.54 0 0.81 217.14 0.78 0.11
Hex 6 16 30 57 36 0 51 D9 4E B
Octal 6 26 60 127 66 0 121 331 116 13
Binary 110 10110 110000 1010111 110110 0 1010001 11011001 1001110 1011

Color Harmonies of #061630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061630

Black with #061630

Text Example


Text Example

White with #061630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061630; }

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

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

background-color css

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

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

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

border-color css

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

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

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