Html Css Color HEX #646FDA Slate Blue

📋 copy color: '#646FDA'

red 100 ◦ green 111 ◦ blue 218

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

Shades of Slate Blue #646FDA

Tints of Slate Blue #646FDA

RGB

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

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

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

R = 23.31%
G = 25.87%
B = 50.82%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#646FDA (or 0x646FDA) is known color: Slate Blue. HEX triplet: 64, 6F and DA. RGB value is (100,111,218). Sum of RGB (Red+Green+Blue) = 100+111+218=429 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.31% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #646FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646FDA is #9B9025. Grayscale: #777777. Windows color (decimal): -10194982 or 14315364. OLE color: 14315364.

HSL color Cylindrical-coordinate representation of color #646FDA: hue angle of 234.41º 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 #646FDA is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 111 218 -
CMYK 0.54 0.49 0 0.15
HSL 234.41º 0.61% 0.62% -
HSV(B) 234.41º 0.54% 0.85% -
XYZ 23.59 19.14 68.78 -
YUV 119.91 183.36 113.8 -
System Red Green Blue C M Y K H S L
Decimal 100 111 218 0.54 0.49 0 0.15 234.41 0.61 0.62
Hex 64 6F DA 36 31 0 F EA 3D 3E
Octal 144 157 332 66 61 0 17 352 75 76
Binary 1100100 1101111 11011010 110110 110001 0 1111 11101010 111101 111110

Color Harmonies of #646FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646FDA

Black with #646FDA

Text Example


Text Example

White with #646FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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