Html Css Color HEX #645CC2 Slate Blue

📋 copy color: '#645CC2'

red 100 ◦ green 92 ◦ blue 194

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

Shades of Slate Blue #645CC2

Tints of Slate Blue #645CC2

RGB

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

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

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

R = 25.91%
G = 23.83%
B = 50.26%

CMYK

 C value IS 0.48

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#645CC2 (or 0x645CC2) is known color: Slate Blue. HEX triplet: 64, 5C and C2. RGB value is (100,92,194). Sum of RGB (Red+Green+Blue) = 100+92+194=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 194 (76.17% from 255 or 50.26% from 386); Max value from RGB is 194 - color contains mainly: blue. Hex color #645CC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645CC2 is #9BA33D. Grayscale: #696969. Windows color (decimal): -10199870 or 12737636. OLE color: 12737636.

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

Color convert

RGB 100 92 194 -
CMYK 0.48 0.53 0 0.24
HSL 244.71º 0.46% 0.56% -
HSV(B) 244.71º 0.53% 0.76% -
XYZ 18.82 14.26 52.8 -
YUV 106.02 177.65 123.71 -
System Red Green Blue C M Y K H S L
Decimal 100 92 194 0.48 0.53 0 0.24 244.71 0.46 0.56
Hex 64 5C C2 30 35 0 18 F5 2E 38
Octal 144 134 302 60 65 0 30 365 56 70
Binary 1100100 1011100 11000010 110000 110101 0 11000 11110101 101110 111000

Color Harmonies of #645CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645CC2

Black with #645CC2

Text Example


Text Example

White with #645CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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