Html Css Color HEX #644ADF Slate Blue

📋 copy color: '#644ADF'

red 100 ◦ green 74 ◦ blue 223

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

Shades of Slate Blue #644ADF

Tints of Slate Blue #644ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.17%

R = 25.19%
G = 18.64%
B = 56.17%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#644ADF (or 0x644ADF) is known color: Slate Blue. HEX triplet: 64, 4A and DF. RGB value is (100,74,223). Sum of RGB (Red+Green+Blue) = 100+74+223=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #644ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644ADF is #9BB520. Grayscale: #626262. Windows color (decimal): -10204449 or 14633572. OLE color: 14633572.

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

Color convert

RGB 100 74 223 -
CMYK 0.55 0.67 0 0.13
HSL 250.47º 0.7% 0.58% -
HSV(B) 250.47º 0.67% 0.87% -
XYZ 21.02 12.93 71.2 -
YUV 98.76 198.11 128.88 -
System Red Green Blue C M Y K H S L
Decimal 100 74 223 0.55 0.67 0 0.13 250.47 0.7 0.58
Hex 64 4A DF 37 43 0 D FA 46 3A
Octal 144 112 337 67 103 0 15 372 106 72
Binary 1100100 1001010 11011111 110111 1000011 0 1101 11111010 1000110 111010

Color Harmonies of #644ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644ADF

Black with #644ADF

Text Example


Text Example

White with #644ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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