Html Css Color HEX #6B7B8B Slate Grey

📋 copy color: '#6B7B8B'

red 107 ◦ green 123 ◦ blue 139

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

Shades of Slate Grey #6B7B8B

Tints of Slate Grey #6B7B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.67%

R = 29%
G = 33.33%
B = 37.67%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B7B8B (or 0x6B7B8B) is known color: Slate Grey. HEX triplet: 6B, 7B and 8B. RGB value is (107,123,139). Sum of RGB (Red+Green+Blue) = 107+123+139=369 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.00% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B7B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7B8B is #948474. Grayscale: #777777. Windows color (decimal): -9733237 or 9141099. OLE color: 9141099.

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

Color convert

RGB 107 123 139 -
CMYK 0.23 0.12 0 0.45
HSL 210º 0.13% 0.48% -
HSV(B) 210º 0.23% 0.55% -
XYZ 17.81 19.16 27.19 -
YUV 120.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 107 123 139 0.23 0.12 0 0.45 210 0.13 0.48
Hex 6B 7B 8B 17 C 0 2D D2 D 30
Octal 153 173 213 27 14 0 55 322 15 60
Binary 1101011 1111011 10001011 10111 1100 0 101101 11010010 1101 110000

Color Harmonies of #6B7B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7B8B

Black with #6B7B8B

Text Example


Text Example

White with #6B7B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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