Html Css Color HEX #645ACD Slate Blue

📋 copy color: '#645ACD'

red 100 ◦ green 90 ◦ blue 205

#645ACD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #645ACD

Tints of Slate Blue #645ACD

RGB

 RED value IS 100 (39.45% from 255) = 25.32%

 GREEN value IS 90 (35.55% from 255) = 22.78%

 BLUE value IS 205 (80.47% from 255) = 51.9%

R = 25.32%
G = 22.78%
B = 51.9%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#645ACD (or 0x645ACD) is known color: Slate Blue. HEX triplet: 64, 5A and CD. RGB value is (100,90,205). Sum of RGB (Red+Green+Blue) = 100+90+205=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #645ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645ACD is #9BA532. Grayscale: #696969. Windows color (decimal): -10200371 or 13458020. OLE color: 13458020.

HSL color Cylindrical-coordinate representation of color #645ACD: hue angle of 245.22º 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 #645ACD is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 90 205 -
CMYK 0.51 0.56 0 0.20
HSL 245.22º 0.53% 0.58% -
HSV(B) 245.22º 0.56% 0.8% -
XYZ 19.93 14.43 59.49 -
YUV 106.1 183.81 123.65 -
System Red Green Blue C M Y K H S L
Decimal 100 90 205 0.51 0.56 0 0.20 245.22 0.53 0.58
Hex 64 5A CD 33 38 0 14 F5 35 3A
Octal 144 132 315 63 70 0 24 365 65 72
Binary 1100100 1011010 11001101 110011 111000 0 10100 11110101 110101 111010

Color Harmonies of #645ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645ACD

Black with #645ACD

Text Example


Text Example

White with #645ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #645ACD;
 }
 .AnyTagClassName
 {
   color: #645ACD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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