#6B6F6C

Color #6B6F6C Sirocco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sirocco #6B6F6C

Tints of Sirocco #6B6F6C

Color information

#6B6F6C (or 0x6B6F6C) is unknown color: approx Sirocco. HEX triplet: 6B, 6F and 6C. RGB value is (107,111,108). Sum of RGB (Red+Green+Blue) = 107+111+108=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 111 - color contains mainly: green. Hex color #6B6F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6F6C is #949093. Grayscale: #6D6D6D. Windows color (decimal): -9736340 or 7106411. OLE color: 7106411.

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

Color convert

RGB107111108-
CMYK0.0400.030.56
HSL135º1.83%42.75%-
HSV(B)135º3.6%43.53%-
XYZ14.4515.5816.43-
YUV109.46127.17126.24-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.82%
GREEN value IS 111 (43.75% from 255) = 34.05%
BLUE value IS 108 (42.58% from 255) = 33.13%
R=32.82%
G=34.05%
B=33.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1071111080.0400.030.561351.8342.75
Hex6B6F6C403388722b
Octal15315715440370207253
Binary1101011110111111011001000111110001000011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,111,108); }

 H1.HeaderClassName
 {
   color: #6B6F6C;
 }
 .AnyTagClassName
 {
   color: #6B6F6C;
 }
</style>
background-color css

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

 a { background-color: rgb(107,111,108); }

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

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

 span { border-color: rgb(107,111,108); }

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