Html Css Color HEX #6B829D Light Slate Grey

📋 copy color: '#6B829D'

red 107 ◦ green 130 ◦ blue 157

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

Shades of Light Slate Grey #6B829D

Tints of Light Slate Grey #6B829D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.99%

 BLUE value IS 157 (61.72% from 255) = 39.85%

R = 27.16%
G = 32.99%
B = 39.85%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6B829D (or 0x6B829D) is known color: Light Slate Grey. HEX triplet: 6B, 82 and 9D. RGB value is (107,130,157). Sum of RGB (Red+Green+Blue) = 107+130+157=394 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.16% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B829D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B829D is #947D62. Grayscale: #7E7E7E. Windows color (decimal): -9731427 or 10322539. OLE color: 10322539.

HSL color Cylindrical-coordinate representation of color #6B829D: hue angle of 212.4º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B829D is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 107 130 157 -
CMYK 0.32 0.17 0 0.38
HSL 212.4º 0.2% 0.52% -
HSV(B) 212.4º 0.32% 0.62% -
XYZ 20.13 21.53 34.99 -
YUV 126.2 145.38 114.3 -
System Red Green Blue C M Y K H S L
Decimal 107 130 157 0.32 0.17 0 0.38 212.4 0.2 0.52
Hex 6B 82 9D 20 11 0 26 D4 14 34
Octal 153 202 235 40 21 0 46 324 24 64
Binary 1101011 10000010 10011101 100000 10001 0 100110 11010100 10100 110100

Color Harmonies of #6B829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B829D

Black with #6B829D

Text Example


Text Example

White with #6B829D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,130,157); }

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

background-color css

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

 a { background-color: rgb(107,130,157); }

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

border-color css

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

 span { border-color: rgb(107,130,157); }

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