#654CDE

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

Shades of Slate Blue #654CDE

Tints of Slate Blue #654CDE

Color information

#654CDE (or 0x654CDE) is unknown color: approx Slate Blue. HEX triplet: 65, 4C and DE. RGB value is (101,76,222). Sum of RGB (Red+Green+Blue) = 101+76+222=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #654CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654CDE is #9AB321. Grayscale: #636363. Windows color (decimal): -10138402 or 14568549. OLE color: 14568549.

HSL color Cylindrical-coordinate representation of color #654CDE: hue angle of 250.27º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #654CDE is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10176222-
CMYK0.550.6600.13
HSL250.27º68.87%58.43%-
HSV(B)250.27º65.77%87.06%-
XYZ21.1413.2170.54-
YUV100.12196.78128.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.31%
GREEN value IS 76 (30.08% from 255) = 19.05%
BLUE value IS 222 (87.11% from 255) = 55.64%
R=25.31%
G=19.05%
B=55.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal101762220.550.6600.13250.2768.8758.43
Hex654CDE37420Dfa453a
Octal1451143366710201537210572
Binary1100101100110011011110110111100001001101111110101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654CDE; }

 p { color: rgb(101,76,222); }

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

<style>
 a { background-color: #654CDE; }

 a { background-color: rgb(101,76,222); }

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

<style>
 span { border-color: #654CDE; }

 span { border-color: rgb(101,76,222); }

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