Html Css Color HEX #6646DC Slate Blue

📋 copy color: '#6646DC'

red 102 ◦ green 70 ◦ blue 220

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

Shades of Slate Blue #6646DC

Tints of Slate Blue #6646DC

RGB

 RED value IS 102 (40.23% from 255) = 26.02%

 GREEN value IS 70 (27.73% from 255) = 17.86%

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

R = 26.02%
G = 17.86%
B = 56.12%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6646DC (or 0x6646DC) is known color: Slate Blue. HEX triplet: 66, 46 and DC. RGB value is (102,70,220). Sum of RGB (Red+Green+Blue) = 102+70+220=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #6646DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6646DC is #99B923. Grayscale: #606060. Windows color (decimal): -10074404 or 14435942. OLE color: 14435942.

HSL color Cylindrical-coordinate representation of color #6646DC: hue angle of 252.8º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6646DC is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 70 220 -
CMYK 0.54 0.68 0 0.14
HSL 252.8º 0.68% 0.57% -
HSV(B) 252.8º 0.68% 0.86% -
XYZ 20.59 12.37 69.01 -
YUV 96.67 197.6 131.8 -
System Red Green Blue C M Y K H S L
Decimal 102 70 220 0.54 0.68 0 0.14 252.8 0.68 0.57
Hex 66 46 DC 36 44 0 E FD 44 39
Octal 146 106 334 66 104 0 16 375 104 71
Binary 1100110 1000110 11011100 110110 1000100 0 1110 11111101 1000100 111001

Color Harmonies of #6646DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6646DC

Black with #6646DC

Text Example


Text Example

White with #6646DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6646DC; }

 p { color: rgb(102,70,220); }

 H1.HeaderClassName
 {
   color: #6646DC;
 }
 .AnyTagClassName
 {
   color: #6646DC;
 }
</style>

background-color css

<style>
 a { background-color: #6646DC; }

 a { background-color: rgb(102,70,220); }

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

border-color css

<style>
 span { border-color: #6646DC; }

 span { border-color: rgb(102,70,220); }

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