#645ACA

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

Shades of Slate Blue #645ACA

Tints of Slate Blue #645ACA

Color information

#645ACA (or 0x645ACA) is unknown color: approx Slate Blue. HEX triplet: 64, 5A and CA. RGB value is (100,90,202). Sum of RGB (Red+Green+Blue) = 100+90+202=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #645ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645ACA is #9BA535. Grayscale: #696969. Windows color (decimal): -10200374 or 13261412. OLE color: 13261412.

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

Color convert

RGB10090202-
CMYK0.500.5500.21
HSL245.36º51.38%57.25%-
HSV(B)245.36º55.45%79.22%-
XYZ19.5714.2957.6-
YUV105.76182.31123.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.51%
GREEN value IS 90 (35.55% from 255) = 22.96%
BLUE value IS 202 (79.30% from 255) = 51.53%
R=25.51%
G=22.96%
B=51.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal100902020.500.5500.21245.3651.3857.25
Hex645ACA3237015f53339
Octal14413231262670253656371
Binary110010010110101100101011001011011101010111110101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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