Html Css Color HEX #646FE0 Medium Slate Blue

📋 copy color: '#646FE0'

red 100 ◦ green 111 ◦ blue 224

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

Shades of Medium Slate Blue #646FE0

Tints of Medium Slate Blue #646FE0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.52%

 BLUE value IS 224 (87.89% from 255) = 51.49%

R = 22.99%
G = 25.52%
B = 51.49%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#646FE0 (or 0x646FE0) is known color: Medium Slate Blue. HEX triplet: 64, 6F and E0. RGB value is (100,111,224). Sum of RGB (Red+Green+Blue) = 100+111+224=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 224 (87.89% from 255 or 51.49% from 435); Max value from RGB is 224 - color contains mainly: blue. Hex color #646FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646FE0 is #9B901F. Grayscale: #787878. Windows color (decimal): -10194976 or 14708580. OLE color: 14708580.

HSL color Cylindrical-coordinate representation of color #646FE0: hue angle of 234.68º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #646FE0 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 100 111 224 -
CMYK 0.55 0.50 0 0.12
HSL 234.68º 0.67% 0.64% -
HSV(B) 234.68º 0.55% 0.88% -
XYZ 24.39 19.46 72.99 -
YUV 120.59 186.36 113.31 -
System Red Green Blue C M Y K H S L
Decimal 100 111 224 0.55 0.50 0 0.12 234.68 0.67 0.64
Hex 64 6F E0 37 32 0 C EB 43 40
Octal 144 157 340 67 62 0 14 353 103 100
Binary 1100100 1101111 11100000 110111 110010 0 1100 11101011 1000011 1000000

Color Harmonies of #646FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646FE0

Black with #646FE0

Text Example


Text Example

White with #646FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646FE0; }

 p { color: rgb(100,111,224); }

 H1.HeaderClassName
 {
   color: #646FE0;
 }
 .AnyTagClassName
 {
   color: #646FE0;
 }
</style>

background-color css

<style>
 a { background-color: #646FE0; }

 a { background-color: rgb(100,111,224); }

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

border-color css

<style>
 span { border-color: #646FE0; }

 span { border-color: rgb(100,111,224); }

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