Html Css Color HEX #6F7471 Sirocco

📋 copy color: '#6F7471'

red 111 ◦ green 116 ◦ blue 113

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

Shades of Sirocco #6F7471

Tints of Sirocco #6F7471

RGB

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

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

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

R = 32.65%
G = 34.12%
B = 33.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#6F7471 (or 0x6F7471) is known color: Sirocco. HEX triplet: 6F, 74 and 71. RGB value is (111,116,113). Sum of RGB (Red+Green+Blue) = 111+116+113=340 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.65% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 116 - color contains mainly: green. Hex color #6F7471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7471 is #908B8E. Grayscale: #727272. Windows color (decimal): -9472911 or 7435375. OLE color: 7435375.

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

Color convert

RGB 111 116 113 -
CMYK 0.04 0 0.03 0.55
HSL 144º 0.02% 0.45% -
HSV(B) 144º 0.04% 0.45% -
XYZ 15.78 17.06 18.08 -
YUV 114.16 127.34 125.74 -
System Red Green Blue C M Y K H S L
Decimal 111 116 113 0.04 0 0.03 0.55 144 0.02 0.45
Hex 6F 74 71 4 0 3 37 90 2 2D
Octal 157 164 161 4 0 3 67 220 2 55
Binary 1101111 1110100 1110001 100 0 11 110111 10010000 10 101101

Color Harmonies of #6F7471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7471

Black with #6F7471

Text Example


Text Example

White with #6F7471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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