Html Css Color HEX #6F7270 Sirocco

📋 copy color: '#6F7270'

red 111 ◦ green 114 ◦ blue 112

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

Shades of Sirocco #6F7270

Tints of Sirocco #6F7270

RGB

 RED value IS 111 (43.75% from 255) = 32.94%

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

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

R = 32.94%
G = 33.83%
B = 33.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#6F7270 (or 0x6F7270) is known color: Sirocco. HEX triplet: 6F, 72 and 70. RGB value is (111,114,112). Sum of RGB (Red+Green+Blue) = 111+114+112=337 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.94% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 114 - color contains mainly: green. Hex color #6F7270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7270 is #908D8F. Grayscale: #707070. Windows color (decimal): -9473424 or 7369327. OLE color: 7369327.

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

Color convert

RGB 111 114 112 -
CMYK 0.03 0 0.02 0.55
HSL 140º 0.01% 0.44% -
HSV(B) 140º 0.03% 0.45% -
XYZ 15.5 16.58 17.71 -
YUV 112.88 127.51 126.66 -
System Red Green Blue C M Y K H S L
Decimal 111 114 112 0.03 0 0.02 0.55 140 0.01 0.44
Hex 6F 72 70 3 0 2 37 8C 1 2C
Octal 157 162 160 3 0 2 67 214 1 54
Binary 1101111 1110010 1110000 11 0 10 110111 10001100 1 101100

Color Harmonies of #6F7270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7270

Black with #6F7270

Text Example


Text Example

White with #6F7270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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