#645ECA

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

Shades of Slate Blue #645ECA

Tints of Slate Blue #645ECA

Color information

#645ECA (or 0x645ECA) is unknown color: approx Slate Blue. HEX triplet: 64, 5E and CA. RGB value is (100,94,202). Sum of RGB (Red+Green+Blue) = 100+94+202=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #645ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645ECA is #9BA135. Grayscale: #6B6B6B. Windows color (decimal): -10199350 or 13262436. OLE color: 13262436.

HSL color Cylindrical-coordinate representation of color #645ECA: hue angle of 243.33º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #645ECA is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10094202-
CMYK0.500.5300.21
HSL243.33º50.47%58.04%-
HSV(B)243.33º53.47%79.22%-
XYZ19.9214.9857.72-
YUV108.11180.99122.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.25%
GREEN value IS 94 (37.11% from 255) = 23.74%
BLUE value IS 202 (79.30% from 255) = 51.01%
R=25.25%
G=23.74%
B=51.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal100942020.500.5300.21243.3350.4758.04
Hex645ECA3235015f3323a
Octal14413631262650253636272
Binary110010010111101100101011001011010101010111110011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645ECA; }

 p { color: rgb(100,94,202); }

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

<style>
 a { background-color: #645ECA; }

 a { background-color: rgb(100,94,202); }

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

<style>
 span { border-color: #645ECA; }

 span { border-color: rgb(100,94,202); }

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