Html Css Color HEX #646DDA Slate Blue

📋 copy color: '#646DDA'

red 100 ◦ green 109 ◦ blue 218

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

Shades of Slate Blue #646DDA

Tints of Slate Blue #646DDA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.53%

 BLUE value IS 218 (85.55% from 255) = 51.05%

R = 23.42%
G = 25.53%
B = 51.05%

CMYK

 C value IS 0.54

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#646DDA (or 0x646DDA) is known color: Slate Blue. HEX triplet: 64, 6D and DA. RGB value is (100,109,218). Sum of RGB (Red+Green+Blue) = 100+109+218=427 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.42% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #646DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646DDA is #9B9225. Grayscale: #767676. Windows color (decimal): -10195494 or 14314852. OLE color: 14314852.

HSL color Cylindrical-coordinate representation of color #646DDA: hue angle of 235.42º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #646DDA is Cyan = 0.54, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 109 218 -
CMYK 0.54 0.5 0 0.15
HSL 235.42º 0.61% 0.62% -
HSV(B) 235.42º 0.54% 0.85% -
XYZ 23.38 18.71 68.71 -
YUV 118.74 184.02 114.64 -
System Red Green Blue C M Y K H S L
Decimal 100 109 218 0.54 0.5 0 0.15 235.42 0.61 0.62
Hex 64 6D DA 36 32 0 F EB 3D 3E
Octal 144 155 332 66 62 0 17 353 75 76
Binary 1100100 1101101 11011010 110110 110010 0 1111 11101011 111101 111110

Color Harmonies of #646DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646DDA

Black with #646DDA

Text Example


Text Example

White with #646DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,109,218); }

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

background-color css

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

 a { background-color: rgb(100,109,218); }

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

border-color css

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

 span { border-color: rgb(100,109,218); }

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