Html Css Color HEX #6E7974 Sirocco

📋 copy color: '#6E7974'

red 110 ◦ green 121 ◦ blue 116

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

Shades of Sirocco #6E7974

Tints of Sirocco #6E7974

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.87%

 BLUE value IS 116 (45.7% from 255) = 33.43%

R = 31.7%
G = 34.87%
B = 33.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#6E7974 (or 0x6E7974) is known color: Sirocco. HEX triplet: 6E, 79 and 74. RGB value is (110,121,116). Sum of RGB (Red+Green+Blue) = 110+121+116=347 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.70% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 121 - color contains mainly: green. Hex color #6E7974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7974 is #91868B. Grayscale: #757575. Windows color (decimal): -9537164 or 7633262. OLE color: 7633262.

HSL color Cylindrical-coordinate representation of color #6E7974: hue angle of 152.73º 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 #6E7974 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 110 121 116 -
CMYK 0.09 0 0.04 0.53
HSL 152.73º 0.05% 0.45% -
HSV(B) 152.73º 0.09% 0.47% -
XYZ 16.42 18.25 19.18 -
YUV 117.14 127.36 122.91 -
System Red Green Blue C M Y K H S L
Decimal 110 121 116 0.09 0 0.04 0.53 152.73 0.05 0.45
Hex 6E 79 74 9 0 4 35 99 5 2D
Octal 156 171 164 11 0 4 65 231 5 55
Binary 1101110 1111001 1110100 1001 0 100 110101 10011001 101 101101

Color Harmonies of #6E7974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7974

Black with #6E7974

Text Example


Text Example

White with #6E7974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,121,116); }

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

background-color css

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

 a { background-color: rgb(110,121,116); }

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

border-color css

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

 span { border-color: rgb(110,121,116); }

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