Html Css Color HEX #644CC2 Slate Blue

📋 copy color: '#644CC2'

red 100 ◦ green 76 ◦ blue 194

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

Shades of Slate Blue #644CC2

Tints of Slate Blue #644CC2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.54%

 BLUE value IS 194 (76.17% from 255) = 52.43%

R = 27.03%
G = 20.54%
B = 52.43%

CMYK

 C value IS 0.48

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#644CC2 (or 0x644CC2) is known color: Slate Blue. HEX triplet: 64, 4C and C2. RGB value is (100,76,194). Sum of RGB (Red+Green+Blue) = 100+76+194=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 194 (76.17% from 255 or 52.43% from 370); Max value from RGB is 194 - color contains mainly: blue. Hex color #644CC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644CC2 is #9BB33D. Grayscale: #606060. Windows color (decimal): -10203966 or 12733540. OLE color: 12733540.

HSL color Cylindrical-coordinate representation of color #644CC2: hue angle of 252.2º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #644CC2 is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 76 194 -
CMYK 0.48 0.61 0 0.24
HSL 252.2º 0.49% 0.53% -
HSV(B) 252.2º 0.61% 0.76% -
XYZ 17.58 11.77 52.38 -
YUV 96.63 182.95 130.41 -
System Red Green Blue C M Y K H S L
Decimal 100 76 194 0.48 0.61 0 0.24 252.2 0.49 0.53
Hex 64 4C C2 30 3D 0 18 FC 31 35
Octal 144 114 302 60 75 0 30 374 61 65
Binary 1100100 1001100 11000010 110000 111101 0 11000 11111100 110001 110101

Color Harmonies of #644CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644CC2

Black with #644CC2

Text Example


Text Example

White with #644CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,76,194); }

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

background-color css

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

 a { background-color: rgb(100,76,194); }

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

border-color css

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

 span { border-color: rgb(100,76,194); }

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