Html Css Color HEX #6E7270 Sirocco

📋 copy color: '#6E7270'

red 110 ◦ green 114 ◦ blue 112

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

Shades of Sirocco #6E7270

Tints of Sirocco #6E7270

RGB

 RED value IS 110 (43.36% from 255) = 32.74%

 GREEN value IS 114 (44.92% from 255) = 33.93%

 BLUE value IS 112 (44.14% from 255) = 33.33%

R = 32.74%
G = 33.93%
B = 33.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#6E7270 (or 0x6E7270) is known color: Sirocco. HEX triplet: 6E, 72 and 70. RGB value is (110,114,112). Sum of RGB (Red+Green+Blue) = 110+114+112=336 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.74% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 114 - color contains mainly: green. Hex color #6E7270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7270 is #918D8F. Grayscale: #707070. Windows color (decimal): -9538960 or 7369326. OLE color: 7369326.

HSL color Cylindrical-coordinate representation of color #6E7270: hue angle of 150º degrees, saturation: 0.02, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #6E7270 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 110 114 112 -
CMYK 0.04 0 0.02 0.55
HSL 150º 0.02% 0.44% -
HSV(B) 150º 0.04% 0.45% -
XYZ 15.37 16.52 17.71 -
YUV 112.58 127.67 126.16 -
System Red Green Blue C M Y K H S L
Decimal 110 114 112 0.04 0 0.02 0.55 150 0.02 0.44
Hex 6E 72 70 4 0 2 37 96 2 2C
Octal 156 162 160 4 0 2 67 226 2 54
Binary 1101110 1110010 1110000 100 0 10 110111 10010110 10 101100

Color Harmonies of #6E7270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7270

Black with #6E7270

Text Example


Text Example

White with #6E7270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E7270; }

 p { color: rgb(110,114,112); }

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

background-color css

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

 a { background-color: rgb(110,114,112); }

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

border-color css

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

 span { border-color: rgb(110,114,112); }

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