#655DD4

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

Shades of Slate Blue #655DD4

Tints of Slate Blue #655DD4

Color information

#655DD4 (or 0x655DD4) is unknown color: approx Slate Blue. HEX triplet: 65, 5D and D4. RGB value is (101,93,212). Sum of RGB (Red+Green+Blue) = 101+93+212=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 212 (83.20% from 255 or 52.22% from 406); Max value from RGB is 212 - color contains mainly: blue. Hex color #655DD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655DD4 is #9AA22B. Grayscale: #6C6C6C. Windows color (decimal): -10134060 or 13917541. OLE color: 13917541.

HSL color Cylindrical-coordinate representation of color #655DD4: hue angle of 244.03º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #655DD4 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB10193212-
CMYK0.520.5600.17
HSL244.03º58.05%59.8%-
HSV(B)244.03º56.13%83.14%-
XYZ21.1615.3564.13-
YUV108.96186.15122.32-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.88%
GREEN value IS 93 (36.72% from 255) = 22.91%
BLUE value IS 212 (83.20% from 255) = 52.22%
R=24.88%
G=22.91%
B=52.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal101932120.520.5600.17244.0358.0559.8
Hex655DD43438011f43a3c
Octal14513532464700213647274
Binary110010110111011101010011010011100001000111110100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655DD4; }

 p { color: rgb(101,93,212); }

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

<style>
 a { background-color: #655DD4; }

 a { background-color: rgb(101,93,212); }

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

<style>
 span { border-color: #655DD4; }

 span { border-color: rgb(101,93,212); }

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