Html Css Color HEX #6B6E6C Sirocco

📋 copy color: '#6B6E6C'

red 107 ◦ green 110 ◦ blue 108

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

Shades of Sirocco #6B6E6C

Tints of Sirocco #6B6E6C

RGB

 RED value IS 107 (42.19% from 255) = 32.92%

 GREEN value IS 110 (43.36% from 255) = 33.85%

 BLUE value IS 108 (42.58% from 255) = 33.23%

R = 32.92%
G = 33.85%
B = 33.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#6B6E6C (or 0x6B6E6C) is known color: Sirocco. HEX triplet: 6B, 6E and 6C. RGB value is (107,110,108). Sum of RGB (Red+Green+Blue) = 107+110+108=325 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.92% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 110 - color contains mainly: green. Hex color #6B6E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6E6C is #949193. Grayscale: #6C6C6C. Windows color (decimal): -9736596 or 7106155. OLE color: 7106155.

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

Color convert

RGB 107 110 108 -
CMYK 0.03 0 0.02 0.57
HSL 140º 0.01% 0.43% -
HSV(B) 140º 0.03% 0.43% -
XYZ 14.35 15.36 16.4 -
YUV 108.88 127.51 126.66 -
System Red Green Blue C M Y K H S L
Decimal 107 110 108 0.03 0 0.02 0.57 140 0.01 0.43
Hex 6B 6E 6C 3 0 2 39 8C 1 2B
Octal 153 156 154 3 0 2 71 214 1 53
Binary 1101011 1101110 1101100 11 0 10 111001 10001100 1 101011

Color Harmonies of #6B6E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6E6C

Black with #6B6E6C

Text Example


Text Example

White with #6B6E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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