Html Css Color HEX #646FD3 Slate Blue

📋 copy color: '#646FD3'

red 100 ◦ green 111 ◦ blue 211

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

Shades of Slate Blue #646FD3

Tints of Slate Blue #646FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 50%

R = 23.7%
G = 26.3%
B = 50%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#646FD3 (or 0x646FD3) is known color: Slate Blue. HEX triplet: 64, 6F and D3. RGB value is (100,111,211). Sum of RGB (Red+Green+Blue) = 100+111+211=422 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.70% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 211 (82.81% from 255 or 50% from 422); Max value from RGB is 211 - color contains mainly: blue. Hex color #646FD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646FD3 is #9B902C. Grayscale: #767676. Windows color (decimal): -10194989 or 13856612. OLE color: 13856612.

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

Color convert

RGB 100 111 211 -
CMYK 0.53 0.47 0 0.17
HSL 234.05º 0.56% 0.61% -
HSV(B) 234.05º 0.53% 0.83% -
XYZ 22.7 18.78 64.06 -
YUV 119.11 179.86 114.37 -
System Red Green Blue C M Y K H S L
Decimal 100 111 211 0.53 0.47 0 0.17 234.05 0.56 0.61
Hex 64 6F D3 35 2F 0 11 EA 38 3D
Octal 144 157 323 65 57 0 21 352 70 75
Binary 1100100 1101111 11010011 110101 101111 0 10001 11101010 111000 111101

Color Harmonies of #646FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646FD3

Black with #646FD3

Text Example


Text Example

White with #646FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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