Html Css Color HEX #644DCE Slate Blue

📋 copy color: '#644DCE'

red 100 ◦ green 77 ◦ blue 206

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

Shades of Slate Blue #644DCE

Tints of Slate Blue #644DCE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.1%

 BLUE value IS 206 (80.86% from 255) = 53.79%

R = 26.11%
G = 20.1%
B = 53.79%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#644DCE (or 0x644DCE) is known color: Slate Blue. HEX triplet: 64, 4D and CE. RGB value is (100,77,206). Sum of RGB (Red+Green+Blue) = 100+77+206=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #644DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644DCE is #9BB231. Grayscale: #626262. Windows color (decimal): -10203698 or 13520228. OLE color: 13520228.

HSL color Cylindrical-coordinate representation of color #644DCE: hue angle of 250.7º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #644DCE is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 77 206 -
CMYK 0.51 0.63 0 0.19
HSL 250.7º 0.57% 0.55% -
HSV(B) 250.7º 0.63% 0.81% -
XYZ 19.05 12.47 59.8 -
YUV 98.58 188.62 129.01 -
System Red Green Blue C M Y K H S L
Decimal 100 77 206 0.51 0.63 0 0.19 250.7 0.57 0.55
Hex 64 4D CE 33 3F 0 13 FB 39 37
Octal 144 115 316 63 77 0 23 373 71 67
Binary 1100100 1001101 11001110 110011 111111 0 10011 11111011 111001 110111

Color Harmonies of #644DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644DCE

Black with #644DCE

Text Example


Text Example

White with #644DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,77,206); }

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

background-color css

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

 a { background-color: rgb(100,77,206); }

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

border-color css

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

 span { border-color: rgb(100,77,206); }

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