Html Css Color HEX #645ADC Slate Blue

📋 copy color: '#645ADC'

red 100 ◦ green 90 ◦ blue 220

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

Shades of Slate Blue #645ADC

Tints of Slate Blue #645ADC

RGB

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

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

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

R = 24.39%
G = 21.95%
B = 53.66%

CMYK

 C value IS 0.55

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#645ADC (or 0x645ADC) is known color: Slate Blue. HEX triplet: 64, 5A and DC. RGB value is (100,90,220). Sum of RGB (Red+Green+Blue) = 100+90+220=410 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.39% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #645ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645ADC is #9BA523. Grayscale: #6B6B6B. Windows color (decimal): -10200356 or 14441060. OLE color: 14441060.

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

Color convert

RGB 100 90 220 -
CMYK 0.55 0.59 0 0.14
HSL 244.62º 0.65% 0.61% -
HSV(B) 244.62º 0.59% 0.86% -
XYZ 21.83 15.19 69.49 -
YUV 107.81 191.31 122.43 -
System Red Green Blue C M Y K H S L
Decimal 100 90 220 0.55 0.59 0 0.14 244.62 0.65 0.61
Hex 64 5A DC 37 3B 0 E F5 41 3D
Octal 144 132 334 67 73 0 16 365 101 75
Binary 1100100 1011010 11011100 110111 111011 0 1110 11110101 1000001 111101

Color Harmonies of #645ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645ADC

Black with #645ADC

Text Example


Text Example

White with #645ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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