Html Css Color HEX #6B82A2 Light Slate Grey

📋 copy color: '#6B82A2'

red 107 ◦ green 130 ◦ blue 162

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

Shades of Light Slate Grey #6B82A2

Tints of Light Slate Grey #6B82A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.6%

R = 26.82%
G = 32.58%
B = 40.6%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6B82A2 (or 0x6B82A2) is known color: Light Slate Grey. HEX triplet: 6B, 82 and A2. RGB value is (107,130,162). Sum of RGB (Red+Green+Blue) = 107+130+162=399 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.82% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 162 (63.67% from 255 or 40.60% from 399); Max value from RGB is 162 - color contains mainly: blue. Hex color #6B82A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B82A2 is #947D5D. Grayscale: #7E7E7E. Windows color (decimal): -9731422 or 10650219. OLE color: 10650219.

HSL color Cylindrical-coordinate representation of color #6B82A2: hue angle of 214.91º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6B82A2 is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 107 130 162 -
CMYK 0.34 0.20 0 0.36
HSL 214.91º 0.23% 0.53% -
HSV(B) 214.91º 0.34% 0.64% -
XYZ 20.57 21.7 37.29 -
YUV 126.77 147.88 113.9 -
System Red Green Blue C M Y K H S L
Decimal 107 130 162 0.34 0.20 0 0.36 214.91 0.23 0.53
Hex 6B 82 A2 22 14 0 24 D7 17 35
Octal 153 202 242 42 24 0 44 327 27 65
Binary 1101011 10000010 10100010 100010 10100 0 100100 11010111 10111 110101

Color Harmonies of #6B82A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B82A2

Black with #6B82A2

Text Example


Text Example

White with #6B82A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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