Html Css Color HEX #645CC1 Slate Blue

📋 copy color: '#645CC1'

red 100 ◦ green 92 ◦ blue 193

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

Shades of Slate Blue #645CC1

Tints of Slate Blue #645CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 50.13%

R = 25.97%
G = 23.9%
B = 50.13%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#645CC1 (or 0x645CC1) is known color: Slate Blue. HEX triplet: 64, 5C and C1. RGB value is (100,92,193). Sum of RGB (Red+Green+Blue) = 100+92+193=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #645CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645CC1 is #9BA33E. Grayscale: #696969. Windows color (decimal): -10199871 or 12672100. OLE color: 12672100.

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

Color convert

RGB 100 92 193 -
CMYK 0.48 0.52 0 0.24
HSL 244.75º 0.45% 0.56% -
HSV(B) 244.75º 0.52% 0.76% -
XYZ 18.71 14.21 52.21 -
YUV 105.91 177.15 123.79 -
System Red Green Blue C M Y K H S L
Decimal 100 92 193 0.48 0.52 0 0.24 244.75 0.45 0.56
Hex 64 5C C1 30 34 0 18 F5 2D 38
Octal 144 134 301 60 64 0 30 365 55 70
Binary 1100100 1011100 11000001 110000 110100 0 11000 11110101 101101 111000

Color Harmonies of #645CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645CC1

Black with #645CC1

Text Example


Text Example

White with #645CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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