Html Css Color HEX #6B839B Slate Grey

📋 copy color: '#6B839B'

red 107 ◦ green 131 ◦ blue 155

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

Shades of Slate Grey #6B839B

Tints of Slate Grey #6B839B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.33%

 BLUE value IS 155 (60.94% from 255) = 39.44%

R = 27.23%
G = 33.33%
B = 39.44%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B839B (or 0x6B839B) is known color: Slate Grey. HEX triplet: 6B, 83 and 9B. RGB value is (107,131,155). Sum of RGB (Red+Green+Blue) = 107+131+155=393 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.23% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B839B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B839B is #947C64. Grayscale: #7E7E7E. Windows color (decimal): -9731173 or 10191723. OLE color: 10191723.

HSL color Cylindrical-coordinate representation of color #6B839B: hue angle of 210º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B839B is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 107 131 155 -
CMYK 0.31 0.15 0 0.39
HSL 210º 0.19% 0.51% -
HSV(B) 210º 0.31% 0.61% -
XYZ 20.1 21.72 34.14 -
YUV 126.56 144.05 114.05 -
System Red Green Blue C M Y K H S L
Decimal 107 131 155 0.31 0.15 0 0.39 210 0.19 0.51
Hex 6B 83 9B 1F F 0 27 D2 13 33
Octal 153 203 233 37 17 0 47 322 23 63
Binary 1101011 10000011 10011011 11111 1111 0 100111 11010010 10011 110011

Color Harmonies of #6B839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B839B

Black with #6B839B

Text Example


Text Example

White with #6B839B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,131,155); }

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

background-color css

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

 a { background-color: rgb(107,131,155); }

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

border-color css

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

 span { border-color: rgb(107,131,155); }

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