Html Css Color HEX #644CCD Slate Blue

📋 copy color: '#644CCD'

red 100 ◦ green 76 ◦ blue 205

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

Shades of Slate Blue #644CCD

Tints of Slate Blue #644CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.81%

R = 26.25%
G = 19.95%
B = 53.81%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#644CCD (or 0x644CCD) is known color: Slate Blue. HEX triplet: 64, 4C and CD. RGB value is (100,76,205). Sum of RGB (Red+Green+Blue) = 100+76+205=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #644CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644CCD is #9BB332. Grayscale: #616161. Windows color (decimal): -10203955 or 13454436. OLE color: 13454436.

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

Color convert

RGB 100 76 205 -
CMYK 0.51 0.63 0 0.20
HSL 251.16º 0.56% 0.55% -
HSV(B) 251.16º 0.63% 0.8% -
XYZ 18.86 12.29 59.14 -
YUV 97.88 188.45 129.51 -
System Red Green Blue C M Y K H S L
Decimal 100 76 205 0.51 0.63 0 0.20 251.16 0.56 0.55
Hex 64 4C CD 33 3F 0 14 FB 38 37
Octal 144 114 315 63 77 0 24 373 70 67
Binary 1100100 1001100 11001101 110011 111111 0 10100 11111011 111000 110111

Color Harmonies of #644CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644CCD

Black with #644CCD

Text Example


Text Example

White with #644CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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