Html Css Color HEX #644FCC Slate Blue

📋 copy color: '#644FCC'

red 100 ◦ green 79 ◦ blue 204

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

Shades of Slate Blue #644FCC

Tints of Slate Blue #644FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.63%

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

R = 26.11%
G = 20.63%
B = 53.26%

CMYK

 C value IS 0.51

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#644FCC (or 0x644FCC) is known color: Slate Blue. HEX triplet: 64, 4F and CC. RGB value is (100,79,204). Sum of RGB (Red+Green+Blue) = 100+79+204=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #644FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644FCC is #9BB033. Grayscale: #636363. Windows color (decimal): -10203188 or 13389668. OLE color: 13389668.

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

Color convert

RGB 100 79 204 -
CMYK 0.51 0.61 0 0.2
HSL 250.08º 0.55% 0.55% -
HSV(B) 250.08º 0.61% 0.8% -
XYZ 18.95 12.66 58.57 -
YUV 99.53 186.96 128.34 -
System Red Green Blue C M Y K H S L
Decimal 100 79 204 0.51 0.61 0 0.2 250.08 0.55 0.55
Hex 64 4F CC 33 3D 0 14 FA 37 37
Octal 144 117 314 63 75 0 24 372 67 67
Binary 1100100 1001111 11001100 110011 111101 0 10100 11111010 110111 110111

Color Harmonies of #644FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644FCC

Black with #644FCC

Text Example


Text Example

White with #644FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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