Html Css Color HEX #644DCC Slate Blue

📋 copy color: '#644DCC'

red 100 ◦ green 77 ◦ blue 204

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

Shades of Slate Blue #644DCC

Tints of Slate Blue #644DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.54%

R = 26.25%
G = 20.21%
B = 53.54%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#644DCC (or 0x644DCC) is known color: Slate Blue. HEX triplet: 64, 4D and CC. RGB value is (100,77,204). Sum of RGB (Red+Green+Blue) = 100+77+204=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #644DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644DCC is #9BB233. Grayscale: #616161. Windows color (decimal): -10203700 or 13389156. OLE color: 13389156.

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

Color convert

RGB 100 77 204 -
CMYK 0.51 0.62 0 0.2
HSL 250.87º 0.55% 0.55% -
HSV(B) 250.87º 0.62% 0.8% -
XYZ 18.81 12.38 58.52 -
YUV 98.36 187.62 129.17 -
System Red Green Blue C M Y K H S L
Decimal 100 77 204 0.51 0.62 0 0.2 250.87 0.55 0.55
Hex 64 4D CC 33 3E 0 14 FB 37 37
Octal 144 115 314 63 76 0 24 373 67 67
Binary 1100100 1001101 11001100 110011 111110 0 10100 11111011 110111 110111

Color Harmonies of #644DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644DCC

Black with #644DCC

Text Example


Text Example

White with #644DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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