Html Css Color HEX #644ACE Slate Blue

📋 copy color: '#644ACE'

red 100 ◦ green 74 ◦ blue 206

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

Shades of Slate Blue #644ACE

Tints of Slate Blue #644ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.47%

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

R = 26.32%
G = 19.47%
B = 54.21%

CMYK

 C value IS 0.51

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#644ACE (or 0x644ACE) is known color: Slate Blue. HEX triplet: 64, 4A and CE. RGB value is (100,74,206). Sum of RGB (Red+Green+Blue) = 100+74+206=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #644ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644ACE is #9BB531. Grayscale: #606060. Windows color (decimal): -10204466 or 13519460. OLE color: 13519460.

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

Color convert

RGB 100 74 206 -
CMYK 0.51 0.64 0 0.19
HSL 251.82º 0.57% 0.55% -
HSV(B) 251.82º 0.64% 0.81% -
XYZ 18.84 12.06 59.73 -
YUV 96.82 189.61 130.27 -
System Red Green Blue C M Y K H S L
Decimal 100 74 206 0.51 0.64 0 0.19 251.82 0.57 0.55
Hex 64 4A CE 33 40 0 13 FC 39 37
Octal 144 112 316 63 100 0 23 374 71 67
Binary 1100100 1001010 11001110 110011 1000000 0 10011 11111100 111001 110111

Color Harmonies of #644ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644ACE

Black with #644ACE

Text Example


Text Example

White with #644ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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