Html Css Color HEX #646FDC Slate Blue

📋 copy color: '#646FDC'

red 100 ◦ green 111 ◦ blue 220

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

Shades of Slate Blue #646FDC

Tints of Slate Blue #646FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.04%

R = 23.2%
G = 25.75%
B = 51.04%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#646FDC (or 0x646FDC) is known color: Slate Blue. HEX triplet: 64, 6F and DC. RGB value is (100,111,220). Sum of RGB (Red+Green+Blue) = 100+111+220=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #646FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646FDC is #9B9023. Grayscale: #777777. Windows color (decimal): -10194980 or 14446436. OLE color: 14446436.

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

Color convert

RGB 100 111 220 -
CMYK 0.55 0.50 0 0.14
HSL 234.5º 0.63% 0.63% -
HSV(B) 234.5º 0.55% 0.86% -
XYZ 23.86 19.25 70.17 -
YUV 120.14 184.36 113.64 -
System Red Green Blue C M Y K H S L
Decimal 100 111 220 0.55 0.50 0 0.14 234.5 0.63 0.63
Hex 64 6F DC 37 32 0 E EA 3F 3F
Octal 144 157 334 67 62 0 16 352 77 77
Binary 1100100 1101111 11011100 110111 110010 0 1110 11101010 111111 111111

Color Harmonies of #646FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646FDC

Black with #646FDC

Text Example


Text Example

White with #646FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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