#665ED7

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

Shades of Slate Blue #665ED7

Tints of Slate Blue #665ED7

Color information

#665ED7 (or 0x665ED7) is unknown color: approx Slate Blue. HEX triplet: 66, 5E and D7. RGB value is (102,94,215). Sum of RGB (Red+Green+Blue) = 102+94+215=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 215 (84.38% from 255 or 52.31% from 411); Max value from RGB is 215 - color contains mainly: blue. Hex color #665ED7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665ED7 is #99A128. Grayscale: #6D6D6D. Windows color (decimal): -10068265 or 14114406. OLE color: 14114406.

HSL color Cylindrical-coordinate representation of color #665ED7: hue angle of 243.97º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #665ED7 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10294215-
CMYK0.530.5600.16
HSL243.97º60.2%60.59%-
HSV(B)243.97º56.28%84.31%-
XYZ21.7515.7466.18-
YUV110.19187.15122.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.82%
GREEN value IS 94 (37.11% from 255) = 22.87%
BLUE value IS 215 (84.38% from 255) = 52.31%
R=24.82%
G=22.87%
B=52.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal102942150.530.5600.16243.9760.260.59
Hex665ED73538010f43c3d
Octal14613632765700203647475
Binary110011010111101101011111010111100001000011110100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,94,215); }

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

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

 a { background-color: rgb(102,94,215); }

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

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

 span { border-color: rgb(102,94,215); }

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