Html Css Color HEX #645AC2 Slate Blue

📋 copy color: '#645AC2'

red 100 ◦ green 90 ◦ blue 194

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

Shades of Slate Blue #645AC2

Tints of Slate Blue #645AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 50.52%

R = 26.04%
G = 23.44%
B = 50.52%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#645AC2 (or 0x645AC2) is known color: Slate Blue. HEX triplet: 64, 5A and C2. RGB value is (100,90,194). Sum of RGB (Red+Green+Blue) = 100+90+194=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 194 (76.17% from 255 or 50.52% from 384); Max value from RGB is 194 - color contains mainly: blue. Hex color #645AC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645AC2 is #9BA53D. Grayscale: #686868. Windows color (decimal): -10200382 or 12737124. OLE color: 12737124.

HSL color Cylindrical-coordinate representation of color #645AC2: hue angle of 245.77º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #645AC2 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 90 194 -
CMYK 0.48 0.54 0 0.24
HSL 245.77º 0.46% 0.56% -
HSV(B) 245.77º 0.54% 0.76% -
XYZ 18.65 13.92 52.74 -
YUV 104.85 178.31 124.54 -
System Red Green Blue C M Y K H S L
Decimal 100 90 194 0.48 0.54 0 0.24 245.77 0.46 0.56
Hex 64 5A C2 30 36 0 18 F6 2E 38
Octal 144 132 302 60 66 0 30 366 56 70
Binary 1100100 1011010 11000010 110000 110110 0 11000 11110110 101110 111000

Color Harmonies of #645AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645AC2

Black with #645AC2

Text Example


Text Example

White with #645AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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