Html Css Color HEX #6646C1 Slate Blue

📋 copy color: '#6646C1'

red 102 ◦ green 70 ◦ blue 193

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

Shades of Slate Blue #6646C1

Tints of Slate Blue #6646C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 52.88%

R = 27.95%
G = 19.18%
B = 52.88%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6646C1 (or 0x6646C1) is known color: Slate Blue. HEX triplet: 66, 46 and C1. RGB value is (102,70,193). Sum of RGB (Red+Green+Blue) = 102+70+193=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 193 (75.78% from 255 or 52.88% from 365); Max value from RGB is 193 - color contains mainly: blue. Hex color #6646C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6646C1 is #99B93E. Grayscale: #5D5D5D. Windows color (decimal): -10074431 or 12666470. OLE color: 12666470.

HSL color Cylindrical-coordinate representation of color #6646C1: hue angle of 255.61º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6646C1 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 102 70 193 -
CMYK 0.47 0.64 0 0.24
HSL 255.61º 0.5% 0.52% -
HSV(B) 255.61º 0.64% 0.76% -
XYZ 17.3 11.06 51.67 -
YUV 93.59 184.1 134 -
System Red Green Blue C M Y K H S L
Decimal 102 70 193 0.47 0.64 0 0.24 255.61 0.5 0.52
Hex 66 46 C1 2F 40 0 18 100 32 34
Octal 146 106 301 57 100 0 30 400 62 64
Binary 1100110 1000110 11000001 101111 1000000 0 11000 100000000 110010 110100

Color Harmonies of #6646C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6646C1

Black with #6646C1

Text Example


Text Example

White with #6646C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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