Html Css Color HEX #6D7471 Sirocco

📋 copy color: '#6D7471'

red 109 ◦ green 116 ◦ blue 113

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

Shades of Sirocco #6D7471

Tints of Sirocco #6D7471

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.32%

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

R = 32.25%
G = 34.32%
B = 33.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#6D7471 (or 0x6D7471) is known color: Sirocco. HEX triplet: 6D, 74 and 71. RGB value is (109,116,113). Sum of RGB (Red+Green+Blue) = 109+116+113=338 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.25% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 116 - color contains mainly: green. Hex color #6D7471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7471 is #928B8E. Grayscale: #717171. Windows color (decimal): -9603983 or 7435373. OLE color: 7435373.

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

Color convert

RGB 109 116 113 -
CMYK 0.06 0 0.03 0.55
HSL 154.29º 0.03% 0.44% -
HSV(B) 154.29º 0.06% 0.45% -
XYZ 15.53 16.93 18.07 -
YUV 113.57 127.68 124.74 -
System Red Green Blue C M Y K H S L
Decimal 109 116 113 0.06 0 0.03 0.55 154.29 0.03 0.44
Hex 6D 74 71 6 0 3 37 9A 3 2C
Octal 155 164 161 6 0 3 67 232 3 54
Binary 1101101 1110100 1110001 110 0 11 110111 10011010 11 101100

Color Harmonies of #6D7471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7471

Black with #6D7471

Text Example


Text Example

White with #6D7471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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