Html Css Color HEX #6B839C Light Slate Grey

📋 copy color: '#6B839C'

red 107 ◦ green 131 ◦ blue 156

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

Shades of Light Slate Grey #6B839C

Tints of Light Slate Grey #6B839C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.59%

R = 27.16%
G = 33.25%
B = 39.59%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B839C (or 0x6B839C) is known color: Light Slate Grey. HEX triplet: 6B, 83 and 9C. RGB value is (107,131,156). Sum of RGB (Red+Green+Blue) = 107+131+156=394 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.16% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 156 - color contains mainly: blue. Hex color #6B839C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B839C is #947C63. Grayscale: #7E7E7E. Windows color (decimal): -9731172 or 10257259. OLE color: 10257259.

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

Color convert

RGB 107 131 156 -
CMYK 0.31 0.16 0 0.39
HSL 210.61º 0.2% 0.52% -
HSV(B) 210.61º 0.31% 0.61% -
XYZ 20.18 21.76 34.59 -
YUV 126.67 144.55 113.97 -
System Red Green Blue C M Y K H S L
Decimal 107 131 156 0.31 0.16 0 0.39 210.61 0.2 0.52
Hex 6B 83 9C 1F 10 0 27 D3 14 34
Octal 153 203 234 37 20 0 47 323 24 64
Binary 1101011 10000011 10011100 11111 10000 0 100111 11010011 10100 110100

Color Harmonies of #6B839C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B839C

Black with #6B839C

Text Example


Text Example

White with #6B839C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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