Html Css Color HEX #644CDE Slate Blue

📋 copy color: '#644CDE'

red 100 ◦ green 76 ◦ blue 222

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

Shades of Slate Blue #644CDE

Tints of Slate Blue #644CDE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.1%

 BLUE value IS 222 (87.11% from 255) = 55.78%

R = 25.13%
G = 19.1%
B = 55.78%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#644CDE (or 0x644CDE) is known color: Slate Blue. HEX triplet: 64, 4C and DE. RGB value is (100,76,222). Sum of RGB (Red+Green+Blue) = 100+76+222=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #644CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644CDE is #9BB321. Grayscale: #636363. Windows color (decimal): -10203938 or 14568548. OLE color: 14568548.

HSL color Cylindrical-coordinate representation of color #644CDE: hue angle of 249.86º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #644CDE is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 76 222 -
CMYK 0.55 0.66 0 0.13
HSL 249.86º 0.69% 0.58% -
HSV(B) 249.86º 0.66% 0.87% -
XYZ 21.02 13.15 70.54 -
YUV 99.82 196.95 128.13 -
System Red Green Blue C M Y K H S L
Decimal 100 76 222 0.55 0.66 0 0.13 249.86 0.69 0.58
Hex 64 4C DE 37 42 0 D FA 45 3A
Octal 144 114 336 67 102 0 15 372 105 72
Binary 1100100 1001100 11011110 110111 1000010 0 1101 11111010 1000101 111010

Color Harmonies of #644CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644CDE

Black with #644CDE

Text Example


Text Example

White with #644CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644CDE; }

 p { color: rgb(100,76,222); }

 H1.HeaderClassName
 {
   color: #644CDE;
 }
 .AnyTagClassName
 {
   color: #644CDE;
 }
</style>

background-color css

<style>
 a { background-color: #644CDE; }

 a { background-color: rgb(100,76,222); }

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

border-color css

<style>
 span { border-color: #644CDE; }

 span { border-color: rgb(100,76,222); }

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