Html Css Color HEX #6C7471 Sirocco

📋 copy color: '#6C7471'

red 108 ◦ green 116 ◦ blue 113

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

Shades of Sirocco #6C7471

Tints of Sirocco #6C7471

RGB

 RED value IS 108 (42.58% from 255) = 32.05%

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

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

R = 32.05%
G = 34.42%
B = 33.53%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#6C7471 (or 0x6C7471) is known color: Sirocco. HEX triplet: 6C, 74 and 71. RGB value is (108,116,113). Sum of RGB (Red+Green+Blue) = 108+116+113=337 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.05% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 116 - color contains mainly: green. Hex color #6C7471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7471 is #938B8E. Grayscale: #717171. Windows color (decimal): -9669519 or 7435372. OLE color: 7435372.

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

Color convert

RGB 108 116 113 -
CMYK 0.07 0 0.03 0.55
HSL 157.5º 0.04% 0.44% -
HSV(B) 157.5º 0.07% 0.45% -
XYZ 15.41 16.87 18.07 -
YUV 113.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 108 116 113 0.07 0 0.03 0.55 157.5 0.04 0.44
Hex 6C 74 71 7 0 3 37 9E 4 2C
Octal 154 164 161 7 0 3 67 236 4 54
Binary 1101100 1110100 1110001 111 0 11 110111 10011110 100 101100

Color Harmonies of #6C7471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7471

Black with #6C7471

Text Example


Text Example

White with #6C7471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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