Html Css Color HEX #646FDF Slate Blue

📋 copy color: '#646FDF'

red 100 ◦ green 111 ◦ blue 223

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

Shades of Slate Blue #646FDF

Tints of Slate Blue #646FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.38%

R = 23.04%
G = 25.58%
B = 51.38%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#646FDF (or 0x646FDF) is known color: Slate Blue. HEX triplet: 64, 6F and DF. RGB value is (100,111,223). Sum of RGB (Red+Green+Blue) = 100+111+223=434 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.04% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #646FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646FDF is #9B9020. Grayscale: #787878. Windows color (decimal): -10194977 or 14643044. OLE color: 14643044.

HSL color Cylindrical-coordinate representation of color #646FDF: hue angle of 234.63º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #646FDF is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 111 223 -
CMYK 0.55 0.50 0 0.13
HSL 234.63º 0.66% 0.63% -
HSV(B) 234.63º 0.55% 0.87% -
XYZ 24.26 19.41 72.28 -
YUV 120.48 185.86 113.39 -
System Red Green Blue C M Y K H S L
Decimal 100 111 223 0.55 0.50 0 0.13 234.63 0.66 0.63
Hex 64 6F DF 37 32 0 D EB 42 3F
Octal 144 157 337 67 62 0 15 353 102 77
Binary 1100100 1101111 11011111 110111 110010 0 1101 11101011 1000010 111111

Color Harmonies of #646FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646FDF

Black with #646FDF

Text Example


Text Example

White with #646FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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