Html Css Color HEX #6B7FA0 Light Slate Grey

📋 copy color: '#6B7FA0'

red 107 ◦ green 127 ◦ blue 160

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

Shades of Light Slate Grey #6B7FA0

Tints of Light Slate Grey #6B7FA0

RGB

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

 GREEN value IS 127 (50% from 255) = 32.23%

 BLUE value IS 160 (62.89% from 255) = 40.61%

R = 27.16%
G = 32.23%
B = 40.61%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6B7FA0 (or 0x6B7FA0) is known color: Light Slate Grey. HEX triplet: 6B, 7F and A0. RGB value is (107,127,160). Sum of RGB (Red+Green+Blue) = 107+127+160=394 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.16% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 160 - color contains mainly: blue. Hex color #6B7FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7FA0 is #94805F. Grayscale: #7C7C7C. Windows color (decimal): -9732192 or 10518379. OLE color: 10518379.

HSL color Cylindrical-coordinate representation of color #6B7FA0: hue angle of 217.36º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6B7FA0 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 107 127 160 -
CMYK 0.33 0.21 0 0.37
HSL 217.36º 0.22% 0.52% -
HSV(B) 217.36º 0.33% 0.63% -
XYZ 20 20.84 36.23 -
YUV 124.78 147.87 115.32 -
System Red Green Blue C M Y K H S L
Decimal 107 127 160 0.33 0.21 0 0.37 217.36 0.22 0.52
Hex 6B 7F A0 21 15 0 25 D9 16 34
Octal 153 177 240 41 25 0 45 331 26 64
Binary 1101011 1111111 10100000 100001 10101 0 100101 11011001 10110 110100

Color Harmonies of #6B7FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7FA0

Black with #6B7FA0

Text Example


Text Example

White with #6B7FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,127,160); }

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

background-color css

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

 a { background-color: rgb(107,127,160); }

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

border-color css

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

 span { border-color: rgb(107,127,160); }

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