Html Css Color HEX #645CDC Slate Blue

📋 copy color: '#645CDC'

red 100 ◦ green 92 ◦ blue 220

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

Shades of Slate Blue #645CDC

Tints of Slate Blue #645CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.4%

R = 24.27%
G = 22.33%
B = 53.4%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#645CDC (or 0x645CDC) is known color: Slate Blue. HEX triplet: 64, 5C and DC. RGB value is (100,92,220). Sum of RGB (Red+Green+Blue) = 100+92+220=412 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.27% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #645CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645CDC is #9BA323. Grayscale: #6C6C6C. Windows color (decimal): -10199844 or 14441572. OLE color: 14441572.

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

Color convert

RGB 100 92 220 -
CMYK 0.55 0.58 0 0.14
HSL 243.75º 0.65% 0.61% -
HSV(B) 243.75º 0.58% 0.86% -
XYZ 22 15.53 69.55 -
YUV 108.98 190.65 121.59 -
System Red Green Blue C M Y K H S L
Decimal 100 92 220 0.55 0.58 0 0.14 243.75 0.65 0.61
Hex 64 5C DC 37 3A 0 E F4 41 3D
Octal 144 134 334 67 72 0 16 364 101 75
Binary 1100100 1011100 11011100 110111 111010 0 1110 11110100 1000001 111101

Color Harmonies of #645CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645CDC

Black with #645CDC

Text Example


Text Example

White with #645CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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