#665AED

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

Shades of Medium Slate Blue #665AED

Tints of Medium Slate Blue #665AED

Color information

#665AED (or 0x665AED) is unknown color: approx Medium Slate Blue. HEX triplet: 66, 5A and ED. RGB value is (102,90,237). Sum of RGB (Red+Green+Blue) = 102+90+237=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #665AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665AED is #99A512. Grayscale: #6D6D6D. Windows color (decimal): -10069267 or 15555174. OLE color: 15555174.

HSL color Cylindrical-coordinate representation of color #665AED: hue angle of 244.9º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #665AED is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB10290237-
CMYK0.570.6200.07
HSL244.9º80.33%64.12%-
HSV(B)244.9º62.03%92.94%-
XYZ24.4216.2581.97-
YUV110.35199.48122.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.78%
GREEN value IS 90 (35.55% from 255) = 20.98%
BLUE value IS 237 (92.97% from 255) = 55.24%
R=23.78%
G=20.98%
B=55.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal102902370.570.6200.07244.980.3364.12
Hex665AED393E07f55040
Octal146132355717607365120100
Binary110011010110101110110111100111111001111111010110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665AED; }

 p { color: rgb(102,90,237); }

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

<style>
 a { background-color: #665AED; }

 a { background-color: rgb(102,90,237); }

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

<style>
 span { border-color: #665AED; }

 span { border-color: rgb(102,90,237); }

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