Html Css Color HEX #644BC0 Slate Blue

📋 copy color: '#644BC0'

red 100 ◦ green 75 ◦ blue 192

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

Shades of Slate Blue #644BC0

Tints of Slate Blue #644BC0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.44%

 BLUE value IS 192 (75.39% from 255) = 52.32%

R = 27.25%
G = 20.44%
B = 52.32%

CMYK

 C value IS 0.48

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#644BC0 (or 0x644BC0) is known color: Slate Blue. HEX triplet: 64, 4B and C0. RGB value is (100,75,192). Sum of RGB (Red+Green+Blue) = 100+75+192=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 192 (75.39% from 255 or 52.32% from 367); Max value from RGB is 192 - color contains mainly: blue. Hex color #644BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644BC0 is #9BB43F. Grayscale: #5F5F5F. Windows color (decimal): -10204224 or 12602212. OLE color: 12602212.

HSL color Cylindrical-coordinate representation of color #644BC0: hue angle of 252.82º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #644BC0 is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 75 192 -
CMYK 0.48 0.61 0 0.25
HSL 252.82º 0.48% 0.52% -
HSV(B) 252.82º 0.61% 0.75% -
XYZ 17.29 11.55 51.19 -
YUV 95.81 182.28 130.99 -
System Red Green Blue C M Y K H S L
Decimal 100 75 192 0.48 0.61 0 0.25 252.82 0.48 0.52
Hex 64 4B C0 30 3D 0 19 FD 30 34
Octal 144 113 300 60 75 0 31 375 60 64
Binary 1100100 1001011 11000000 110000 111101 0 11001 11111101 110000 110100

Color Harmonies of #644BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644BC0

Black with #644BC0

Text Example


Text Example

White with #644BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,75,192); }

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

background-color css

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

 a { background-color: rgb(100,75,192); }

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

border-color css

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

 span { border-color: rgb(100,75,192); }

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