Html Css Color HEX #644ACB Slate Blue

📋 copy color: '#644ACB'

red 100 ◦ green 74 ◦ blue 203

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

Shades of Slate Blue #644ACB

Tints of Slate Blue #644ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.85%

R = 26.53%
G = 19.63%
B = 53.85%

CMYK

 C value IS 0.51

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#644ACB (or 0x644ACB) is known color: Slate Blue. HEX triplet: 64, 4A and CB. RGB value is (100,74,203). Sum of RGB (Red+Green+Blue) = 100+74+203=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #644ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644ACB is #9BB534. Grayscale: #5F5F5F. Windows color (decimal): -10204469 or 13322852. OLE color: 13322852.

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

Color convert

RGB 100 74 203 -
CMYK 0.51 0.64 0 0.20
HSL 252.09º 0.55% 0.54% -
HSV(B) 252.09º 0.64% 0.8% -
XYZ 18.48 11.92 57.83 -
YUV 96.48 188.11 130.51 -
System Red Green Blue C M Y K H S L
Decimal 100 74 203 0.51 0.64 0 0.20 252.09 0.55 0.54
Hex 64 4A CB 33 40 0 14 FC 37 36
Octal 144 112 313 63 100 0 24 374 67 66
Binary 1100100 1001010 11001011 110011 1000000 0 10100 11111100 110111 110110

Color Harmonies of #644ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644ACB

Black with #644ACB

Text Example


Text Example

White with #644ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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