Html Css Color HEX #6B7C6F Sirocco

📋 copy color: '#6B7C6F'

red 107 ◦ green 124 ◦ blue 111

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

Shades of Sirocco #6B7C6F

Tints of Sirocco #6B7C6F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.26%

 BLUE value IS 111 (43.75% from 255) = 32.46%

R = 31.29%
G = 36.26%
B = 32.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#6B7C6F (or 0x6B7C6F) is known color: Sirocco. HEX triplet: 6B, 7C and 6F. RGB value is (107,124,111). Sum of RGB (Red+Green+Blue) = 107+124+111=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 124 - color contains mainly: green. Hex color #6B7C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7C6F is #948390. Grayscale: #757575. Windows color (decimal): -9733009 or 7306347. OLE color: 7306347.

HSL color Cylindrical-coordinate representation of color #6B7C6F: hue angle of 134.12º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6B7C6F is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 107 124 111 -
CMYK 0.14 0 0.10 0.51
HSL 134.12º 0.07% 0.45% -
HSV(B) 134.12º 0.14% 0.49% -
XYZ 16.14 18.69 17.8 -
YUV 117.44 124.37 120.56 -
System Red Green Blue C M Y K H S L
Decimal 107 124 111 0.14 0 0.10 0.51 134.12 0.07 0.45
Hex 6B 7C 6F E 0 A 33 86 7 2D
Octal 153 174 157 16 0 12 63 206 7 55
Binary 1101011 1111100 1101111 1110 0 1010 110011 10000110 111 101101

Color Harmonies of #6B7C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7C6F

Black with #6B7C6F

Text Example


Text Example

White with #6B7C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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