#655BCD

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

Shades of Slate Blue #655BCD

Tints of Slate Blue #655BCD

Color information

#655BCD (or 0x655BCD) is unknown color: approx Slate Blue. HEX triplet: 65, 5B and CD. RGB value is (101,91,205). Sum of RGB (Red+Green+Blue) = 101+91+205=397 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.44% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #655BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655BCD is #9AA432. Grayscale: #6A6A6A. Windows color (decimal): -10134579 or 13458277. OLE color: 13458277.

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

Color convert

RGB10191205-
CMYK0.510.5600.20
HSL245.26º53.27%58.04%-
HSV(B)245.26º55.61%80.39%-
XYZ20.1314.6659.53-
YUV106.99183.31123.73-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.44%
GREEN value IS 91 (35.94% from 255) = 22.92%
BLUE value IS 205 (80.47% from 255) = 51.64%
R=25.44%
G=22.92%
B=51.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal101912050.510.5600.20245.2653.2758.04
Hex655BCD3338014f5353a
Octal14513331563700243656572
Binary110010110110111100110111001111100001010011110101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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