#6755F1

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

Shades of Medium Slate Blue #6755F1

Tints of Medium Slate Blue #6755F1

Color information

#6755F1 (or 0x6755F1) is unknown color: approx Medium Slate Blue. HEX triplet: 67, 55 and F1. RGB value is (103,85,241). Sum of RGB (Red+Green+Blue) = 103+85+241=429 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.01% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 241 (94.53% from 255 or 56.18% from 429); Max value from RGB is 241 - color contains mainly: blue. Hex color #6755F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6755F1 is #98AA0E. Grayscale: #6B6B6B. Windows color (decimal): -10005007 or 15816039. OLE color: 15816039.

HSL color Cylindrical-coordinate representation of color #6755F1: hue angle of 246.92º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6755F1 is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10385241-
CMYK0.570.6500.05
HSL246.92º84.78%63.92%-
HSV(B)246.92º64.73%94.51%-
XYZ24.7215.7384.95-
YUV108.17202.96124.32-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.01%
GREEN value IS 85 (33.59% from 255) = 19.81%
BLUE value IS 241 (94.53% from 255) = 56.18%
R=24.01%
G=19.81%
B=56.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal103852410.570.6500.05246.9284.7863.92
Hex6755F1394105f75540
Octal1471253617110105367125100
Binary1100111101010111110001111001100000101011111011110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6755F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6755F1; }

 p { color: rgb(103,85,241); }

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

<style>
 a { background-color: #6755F1; }

 a { background-color: rgb(103,85,241); }

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

<style>
 span { border-color: #6755F1; }

 span { border-color: rgb(103,85,241); }

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