Html Css Color HEX #646BD4 Slate Blue

📋 copy color: '#646BD4'

red 100 ◦ green 107 ◦ blue 212

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

Shades of Slate Blue #646BD4

Tints of Slate Blue #646BD4

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.54%

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

R = 23.87%
G = 25.54%
B = 50.6%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#646BD4 (or 0x646BD4) is known color: Slate Blue. HEX triplet: 64, 6B and D4. RGB value is (100,107,212). Sum of RGB (Red+Green+Blue) = 100+107+212=419 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.87% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 212 (83.20% from 255 or 50.60% from 419); Max value from RGB is 212 - color contains mainly: blue. Hex color #646BD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646BD4 is #9B942B. Grayscale: #747474. Windows color (decimal): -10196012 or 13921124. OLE color: 13921124.

HSL color Cylindrical-coordinate representation of color #646BD4: hue angle of 236.25º 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 #646BD4 is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 100 107 212 -
CMYK 0.53 0.50 0 0.17
HSL 236.25º 0.57% 0.61% -
HSV(B) 236.25º 0.53% 0.83% -
XYZ 22.4 17.98 64.58 -
YUV 116.88 181.68 115.96 -
System Red Green Blue C M Y K H S L
Decimal 100 107 212 0.53 0.50 0 0.17 236.25 0.57 0.61
Hex 64 6B D4 35 32 0 11 EC 39 3D
Octal 144 153 324 65 62 0 21 354 71 75
Binary 1100100 1101011 11010100 110101 110010 0 10001 11101100 111001 111101

Color Harmonies of #646BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646BD4

Black with #646BD4

Text Example


Text Example

White with #646BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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