#665AEA

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

Shades of Medium Slate Blue #665AEA

Tints of Medium Slate Blue #665AEA

Color information

#665AEA (or 0x665AEA) is unknown color: approx Medium Slate Blue. HEX triplet: 66, 5A and EA. RGB value is (102,90,234). Sum of RGB (Red+Green+Blue) = 102+90+234=426 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.94% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #665AEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665AEA is #99A515. Grayscale: #6D6D6D. Windows color (decimal): -10069270 or 15358566. OLE color: 15358566.

HSL color Cylindrical-coordinate representation of color #665AEA: hue angle of 245º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #665AEA is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10290234-
CMYK0.560.6200.08
HSL245º77.42%63.53%-
HSV(B)245º61.54%91.76%-
XYZ23.9916.0879.68-
YUV110197.98122.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.94%
GREEN value IS 90 (35.55% from 255) = 21.13%
BLUE value IS 234 (91.80% from 255) = 54.93%
R=23.94%
G=21.13%
B=54.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal102902340.560.6200.0824577.4263.53
Hex665AEA383E08f54d40
Octal1461323527076010365115100
Binary1100110101101011101010111000111110010001111010110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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