#6C7AF2

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

Shades of Medium Slate Blue #6C7AF2

Tints of Medium Slate Blue #6C7AF2

Color information

#6C7AF2 (or 0x6C7AF2) is unknown color: approx Medium Slate Blue. HEX triplet: 6C, 7A and F2. RGB value is (108,122,242). Sum of RGB (Red+Green+Blue) = 108+122+242=472 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.88% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 242 (94.92% from 255 or 51.27% from 472); Max value from RGB is 242 - color contains mainly: blue. Hex color #6C7AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C7AF2 is #93850D. Grayscale: #838383. Windows color (decimal): -9667854 or 15891052. OLE color: 15891052.

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

Color convert

RGB108122242-
CMYK0.550.5000.05
HSL233.73º83.75%68.63%-
HSV(B)233.73º55.37%94.9%-
XYZ29.1723.5287.01-
YUV131.49190.36111.24-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.88%
GREEN value IS 122 (48.05% from 255) = 25.85%
BLUE value IS 242 (94.92% from 255) = 51.27%
R=22.88%
G=25.85%
B=51.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1081222420.550.5000.05233.7383.7568.63
Hex6C7AF2373205ea5445
Octal154172362676205352124105
Binary110110011110101111001011011111001001011110101010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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