Html Css Color HEX #6B7C8C Slate Grey

📋 copy color: '#6B7C8C'

red 107 ◦ green 124 ◦ blue 140

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

Shades of Slate Grey #6B7C8C

Tints of Slate Grey #6B7C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.74%

R = 28.84%
G = 33.42%
B = 37.74%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B7C8C (or 0x6B7C8C) is known color: Slate Grey. HEX triplet: 6B, 7C and 8C. RGB value is (107,124,140). Sum of RGB (Red+Green+Blue) = 107+124+140=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 140 - color contains mainly: blue. Hex color #6B7C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7C8C is #948373. Grayscale: #787878. Windows color (decimal): -9732980 or 9206891. OLE color: 9206891.

HSL color Cylindrical-coordinate representation of color #6B7C8C: hue angle of 209.09º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B7C8C is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 107 124 140 -
CMYK 0.24 0.11 0 0.45
HSL 209.09º 0.13% 0.48% -
HSV(B) 209.09º 0.24% 0.55% -
XYZ 18 19.43 27.61 -
YUV 120.74 138.87 118.2 -
System Red Green Blue C M Y K H S L
Decimal 107 124 140 0.24 0.11 0 0.45 209.09 0.13 0.48
Hex 6B 7C 8C 18 B 0 2D D1 D 30
Octal 153 174 214 30 13 0 55 321 15 60
Binary 1101011 1111100 10001100 11000 1011 0 101101 11010001 1101 110000

Color Harmonies of #6B7C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7C8C

Black with #6B7C8C

Text Example


Text Example

White with #6B7C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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