Html Css Color HEX #646ED4 Slate Blue

📋 copy color: '#646ED4'

red 100 ◦ green 110 ◦ blue 212

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

Shades of Slate Blue #646ED4

Tints of Slate Blue #646ED4

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.07%

 BLUE value IS 212 (83.2% from 255) = 50.24%

R = 23.7%
G = 26.07%
B = 50.24%

CMYK

 C value IS 0.53

 M value IS 0.48

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#646ED4 (or 0x646ED4) is known color: Slate Blue. HEX triplet: 64, 6E and D4. RGB value is (100,110,212). Sum of RGB (Red+Green+Blue) = 100+110+212=422 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.70% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 212 (83.20% from 255 or 50.24% from 422); Max value from RGB is 212 - color contains mainly: blue. Hex color #646ED4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646ED4 is #9B912B. Grayscale: #767676. Windows color (decimal): -10195244 or 13921892. OLE color: 13921892.

HSL color Cylindrical-coordinate representation of color #646ED4: hue angle of 234.64º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #646ED4 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 100 110 212 -
CMYK 0.53 0.48 0 0.17
HSL 234.64º 0.57% 0.61% -
HSV(B) 234.64º 0.53% 0.83% -
XYZ 22.72 18.61 64.68 -
YUV 118.64 180.69 114.71 -
System Red Green Blue C M Y K H S L
Decimal 100 110 212 0.53 0.48 0 0.17 234.64 0.57 0.61
Hex 64 6E D4 35 30 0 11 EB 39 3D
Octal 144 156 324 65 60 0 21 353 71 75
Binary 1100100 1101110 11010100 110101 110000 0 10001 11101011 111001 111101

Color Harmonies of #646ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646ED4

Black with #646ED4

Text Example


Text Example

White with #646ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,110,212); }

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

background-color css

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

 a { background-color: rgb(100,110,212); }

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

border-color css

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

 span { border-color: rgb(100,110,212); }

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