Html Css Color HEX #6B7B8C Slate Grey

📋 copy color: '#6B7B8C'

red 107 ◦ green 123 ◦ blue 140

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

Shades of Slate Grey #6B7B8C

Tints of Slate Grey #6B7B8C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.24%

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

R = 28.92%
G = 33.24%
B = 37.84%

CMYK

 C value IS 0.24

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B7B8C (or 0x6B7B8C) is known color: Slate Grey. HEX triplet: 6B, 7B and 8C. RGB value is (107,123,140). Sum of RGB (Red+Green+Blue) = 107+123+140=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 140 - color contains mainly: blue. Hex color #6B7B8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7B8C is #948473. Grayscale: #787878. Windows color (decimal): -9733236 or 9206635. OLE color: 9206635.

HSL color Cylindrical-coordinate representation of color #6B7B8C: hue angle of 210.91º 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 #6B7B8C is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 107 123 140 -
CMYK 0.24 0.12 0 0.45
HSL 210.91º 0.13% 0.48% -
HSV(B) 210.91º 0.24% 0.55% -
XYZ 17.88 19.19 27.57 -
YUV 120.15 139.2 118.62 -
System Red Green Blue C M Y K H S L
Decimal 107 123 140 0.24 0.12 0 0.45 210.91 0.13 0.48
Hex 6B 7B 8C 18 C 0 2D D3 D 30
Octal 153 173 214 30 14 0 55 323 15 60
Binary 1101011 1111011 10001100 11000 1100 0 101101 11010011 1101 110000

Color Harmonies of #6B7B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7B8C

Black with #6B7B8C

Text Example


Text Example

White with #6B7B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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