Html Css Color HEX #6649D7 Slate Blue

📋 copy color: '#6649D7'

red 102 ◦ green 73 ◦ blue 215

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

Shades of Slate Blue #6649D7

Tints of Slate Blue #6649D7

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.72%

 BLUE value IS 215 (84.38% from 255) = 55.13%

R = 26.15%
G = 18.72%
B = 55.13%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6649D7 (or 0x6649D7) is known color: Slate Blue. HEX triplet: 66, 49 and D7. RGB value is (102,73,215). Sum of RGB (Red+Green+Blue) = 102+73+215=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 215 (84.38% from 255 or 55.13% from 390); Max value from RGB is 215 - color contains mainly: blue. Hex color #6649D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6649D7 is #99B628. Grayscale: #616161. Windows color (decimal): -10073641 or 14109030. OLE color: 14109030.

HSL color Cylindrical-coordinate representation of color #6649D7: hue angle of 252.25º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6649D7 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 73 215 -
CMYK 0.53 0.66 0 0.16
HSL 252.25º 0.64% 0.56% -
HSV(B) 252.25º 0.66% 0.84% -
XYZ 20.13 12.5 65.64 -
YUV 97.86 194.11 130.95 -
System Red Green Blue C M Y K H S L
Decimal 102 73 215 0.53 0.66 0 0.16 252.25 0.64 0.56
Hex 66 49 D7 35 42 0 10 FC 40 38
Octal 146 111 327 65 102 0 20 374 100 70
Binary 1100110 1001001 11010111 110101 1000010 0 10000 11111100 1000000 111000

Color Harmonies of #6649D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6649D7

Black with #6649D7

Text Example


Text Example

White with #6649D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6649D7; }

 p { color: rgb(102,73,215); }

 H1.HeaderClassName
 {
   color: #6649D7;
 }
 .AnyTagClassName
 {
   color: #6649D7;
 }
</style>

background-color css

<style>
 a { background-color: #6649D7; }

 a { background-color: rgb(102,73,215); }

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

border-color css

<style>
 span { border-color: #6649D7; }

 span { border-color: rgb(102,73,215); }

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