#6C6BF2

Color #6C6BF2 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #6C6BF2

Tints of Medium Slate Blue #6C6BF2

Color information

#6C6BF2 (or 0x6C6BF2) is unknown color: approx Medium Slate Blue. HEX triplet: 6C, 6B and F2. RGB value is (108,107,242). Sum of RGB (Red+Green+Blue) = 108+107+242=457 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.63% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 242 (94.92% from 255 or 52.95% from 457); Max value from RGB is 242 - color contains mainly: blue. Hex color #6C6BF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C6BF2 is #93940D. Grayscale: #7A7A7A. Windows color (decimal): -9671694 or 15887212. OLE color: 15887212.

HSL color Cylindrical-coordinate representation of color #6C6BF2: hue angle of 240.44º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C6BF2 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB108107242-
CMYK0.550.5600.05
HSL240.44º83.85%68.43%-
HSV(B)240.44º55.79%94.9%-
XYZ27.4720.1186.44-
YUV122.69195.33117.52-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.63%
GREEN value IS 107 (42.19% from 255) = 23.41%
BLUE value IS 242 (94.92% from 255) = 52.95%
R=23.63%
G=23.41%
B=52.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1081072420.550.5600.05240.4483.8568.43
Hex6C6BF2373805f05444
Octal154153362677005360124104
Binary110110011010111111001011011111100001011111000010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,107,242); }

 H1.HeaderClassName
 {
   color: #6C6BF2;
 }
 .AnyTagClassName
 {
   color: #6C6BF2;
 }
</style>
background-color css

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

 a { background-color: rgb(108,107,242); }

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

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

 span { border-color: rgb(108,107,242); }

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