Html Css Color HEX #6D7871 Sirocco

📋 copy color: '#6D7871'

red 109 ◦ green 120 ◦ blue 113

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

Shades of Sirocco #6D7871

Tints of Sirocco #6D7871

RGB

 RED value IS 109 (42.97% from 255) = 31.87%

 GREEN value IS 120 (47.27% from 255) = 35.09%

 BLUE value IS 113 (44.53% from 255) = 33.04%

R = 31.87%
G = 35.09%
B = 33.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#6D7871 (or 0x6D7871) is known color: Sirocco. HEX triplet: 6D, 78 and 71. RGB value is (109,120,113). Sum of RGB (Red+Green+Blue) = 109+120+113=342 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.87% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 120 - color contains mainly: green. Hex color #6D7871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7871 is #92878E. Grayscale: #737373. Windows color (decimal): -9602959 or 7436397. OLE color: 7436397.

HSL color Cylindrical-coordinate representation of color #6D7871: hue angle of 141.82º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6D7871 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 109 120 113 -
CMYK 0.09 0 0.06 0.53
HSL 141.82º 0.05% 0.45% -
HSV(B) 141.82º 0.09% 0.47% -
XYZ 16 17.88 18.23 -
YUV 115.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 109 120 113 0.09 0 0.06 0.53 141.82 0.05 0.45
Hex 6D 78 71 9 0 6 35 8E 5 2D
Octal 155 170 161 11 0 6 65 216 5 55
Binary 1101101 1111000 1110001 1001 0 110 110101 10001110 101 101101

Color Harmonies of #6D7871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7871

Black with #6D7871

Text Example


Text Example

White with #6D7871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,120,113); }

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

background-color css

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

 a { background-color: rgb(109,120,113); }

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

border-color css

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

 span { border-color: rgb(109,120,113); }

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