Html Css Color HEX #645CDD Slate Blue

📋 copy color: '#645CDD'

red 100 ◦ green 92 ◦ blue 221

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

Shades of Slate Blue #645CDD

Tints of Slate Blue #645CDD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.28%

 BLUE value IS 221 (86.72% from 255) = 53.51%

R = 24.21%
G = 22.28%
B = 53.51%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#645CDD (or 0x645CDD) is known color: Slate Blue. HEX triplet: 64, 5C and DD. RGB value is (100,92,221). Sum of RGB (Red+Green+Blue) = 100+92+221=413 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.21% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #645CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645CDD is #9BA322. Grayscale: #6C6C6C. Windows color (decimal): -10199843 or 14507108. OLE color: 14507108.

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

Color convert

RGB 100 92 221 -
CMYK 0.55 0.58 0 0.13
HSL 243.72º 0.65% 0.61% -
HSV(B) 243.72º 0.58% 0.87% -
XYZ 22.13 15.58 70.25 -
YUV 109.1 191.15 121.51 -
System Red Green Blue C M Y K H S L
Decimal 100 92 221 0.55 0.58 0 0.13 243.72 0.65 0.61
Hex 64 5C DD 37 3A 0 D F4 41 3D
Octal 144 134 335 67 72 0 15 364 101 75
Binary 1100100 1011100 11011101 110111 111010 0 1101 11110100 1000001 111101

Color Harmonies of #645CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645CDD

Black with #645CDD

Text Example


Text Example

White with #645CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,92,221); }

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

background-color css

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

 a { background-color: rgb(100,92,221); }

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

border-color css

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

 span { border-color: rgb(100,92,221); }

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