Html Css Color HEX #645ECC Slate Blue

📋 copy color: '#645ECC'

red 100 ◦ green 94 ◦ blue 204

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

Shades of Slate Blue #645ECC

Tints of Slate Blue #645ECC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.62%

 BLUE value IS 204 (80.08% from 255) = 51.26%

R = 25.13%
G = 23.62%
B = 51.26%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#645ECC (or 0x645ECC) is known color: Slate Blue. HEX triplet: 64, 5E and CC. RGB value is (100,94,204). Sum of RGB (Red+Green+Blue) = 100+94+204=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #645ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645ECC is #9BA133. Grayscale: #6B6B6B. Windows color (decimal): -10199348 or 13393508. OLE color: 13393508.

HSL color Cylindrical-coordinate representation of color #645ECC: hue angle of 243.27º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #645ECC is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 100 94 204 -
CMYK 0.51 0.54 0 0.2
HSL 243.27º 0.52% 0.58% -
HSV(B) 243.27º 0.54% 0.8% -
XYZ 20.16 15.07 58.97 -
YUV 108.33 181.99 122.06 -
System Red Green Blue C M Y K H S L
Decimal 100 94 204 0.51 0.54 0 0.2 243.27 0.52 0.58
Hex 64 5E CC 33 36 0 14 F3 34 3A
Octal 144 136 314 63 66 0 24 363 64 72
Binary 1100100 1011110 11001100 110011 110110 0 10100 11110011 110100 111010

Color Harmonies of #645ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645ECC

Black with #645ECC

Text Example


Text Example

White with #645ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,94,204); }

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

background-color css

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

 a { background-color: rgb(100,94,204); }

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

border-color css

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

 span { border-color: rgb(100,94,204); }

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