Html Css Color HEX #644CDC Slate Blue

📋 copy color: '#644CDC'

red 100 ◦ green 76 ◦ blue 220

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

Shades of Slate Blue #644CDC

Tints of Slate Blue #644CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.56%

R = 25.25%
G = 19.19%
B = 55.56%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#644CDC (or 0x644CDC) is known color: Slate Blue. HEX triplet: 64, 4C and DC. RGB value is (100,76,220). Sum of RGB (Red+Green+Blue) = 100+76+220=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #644CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644CDC is #9BB323. Grayscale: #636363. Windows color (decimal): -10203940 or 14437476. OLE color: 14437476.

HSL color Cylindrical-coordinate representation of color #644CDC: hue angle of 250º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #644CDC is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 76 220 -
CMYK 0.55 0.65 0 0.14
HSL 250º 0.67% 0.58% -
HSV(B) 250º 0.65% 0.86% -
XYZ 20.76 13.05 69.13 -
YUV 99.59 195.95 128.29 -
System Red Green Blue C M Y K H S L
Decimal 100 76 220 0.55 0.65 0 0.14 250 0.67 0.58
Hex 64 4C DC 37 41 0 E FA 43 3A
Octal 144 114 334 67 101 0 16 372 103 72
Binary 1100100 1001100 11011100 110111 1000001 0 1110 11111010 1000011 111010

Color Harmonies of #644CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644CDC

Black with #644CDC

Text Example


Text Example

White with #644CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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