#655DCD

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

Shades of Slate Blue #655DCD

Tints of Slate Blue #655DCD

Color information

#655DCD (or 0x655DCD) is unknown color: approx Slate Blue. HEX triplet: 65, 5D and CD. RGB value is (101,93,205). Sum of RGB (Red+Green+Blue) = 101+93+205=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #655DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655DCD is #9AA232. Grayscale: #6B6B6B. Windows color (decimal): -10134067 or 13458789. OLE color: 13458789.

HSL color Cylindrical-coordinate representation of color #655DCD: hue angle of 244.29º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #655DCD is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10193205-
CMYK0.510.5500.20
HSL244.29º52.83%58.43%-
HSV(B)244.29º54.63%80.39%-
XYZ20.31559.58-
YUV108.16182.65122.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.31%
GREEN value IS 93 (36.72% from 255) = 23.31%
BLUE value IS 205 (80.47% from 255) = 51.38%
R=25.31%
G=23.31%
B=51.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal101932050.510.5500.20244.2952.8358.43
Hex655DCD3337014f4353a
Octal14513531563670243646572
Binary110010110111011100110111001111011101010011110100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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