#655CDB

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

Shades of Slate Blue #655CDB

Tints of Slate Blue #655CDB

Color information

#655CDB (or 0x655CDB) is unknown color: approx Slate Blue. HEX triplet: 65, 5C and DB. RGB value is (101,92,219). Sum of RGB (Red+Green+Blue) = 101+92+219=412 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.51% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #655CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655CDB is #9AA324. Grayscale: #6C6C6C. Windows color (decimal): -10134309 or 14376037. OLE color: 14376037.

HSL color Cylindrical-coordinate representation of color #655CDB: hue angle of 244.25º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #655CDB is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10192219-
CMYK0.540.5800.14
HSL244.25º63.82%60.98%-
HSV(B)244.25º57.99%85.88%-
XYZ21.9815.5468.86-
YUV109.17189.98122.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.51%
GREEN value IS 92 (36.33% from 255) = 22.33%
BLUE value IS 219 (85.94% from 255) = 53.16%
R=24.51%
G=22.33%
B=53.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal101922190.540.5800.14244.2563.8260.98
Hex655CDB363A0Ef4403d
Octal145134333667201636410075
Binary110010110111001101101111011011101001110111101001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,92,219); }

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

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

 a { background-color: rgb(101,92,219); }

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

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

 span { border-color: rgb(101,92,219); }

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