Html Css Color HEX #6649DA Slate Blue

📋 copy color: '#6649DA'

red 102 ◦ green 73 ◦ blue 218

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

Shades of Slate Blue #6649DA

Tints of Slate Blue #6649DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.47%

R = 25.95%
G = 18.58%
B = 55.47%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6649DA (or 0x6649DA) is known color: Slate Blue. HEX triplet: 66, 49 and DA. RGB value is (102,73,218). Sum of RGB (Red+Green+Blue) = 102+73+218=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #6649DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6649DA is #99B625. Grayscale: #616161. Windows color (decimal): -10073638 or 14305638. OLE color: 14305638.

HSL color Cylindrical-coordinate representation of color #6649DA: hue angle of 252º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6649DA is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 73 218 -
CMYK 0.53 0.67 0 0.15
HSL 252º 0.66% 0.57% -
HSV(B) 252º 0.67% 0.85% -
XYZ 20.52 12.65 67.69 -
YUV 98.2 195.61 130.71 -
System Red Green Blue C M Y K H S L
Decimal 102 73 218 0.53 0.67 0 0.15 252 0.66 0.57
Hex 66 49 DA 35 43 0 F FC 42 39
Octal 146 111 332 65 103 0 17 374 102 71
Binary 1100110 1001001 11011010 110101 1000011 0 1111 11111100 1000010 111001

Color Harmonies of #6649DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6649DA

Black with #6649DA

Text Example


Text Example

White with #6649DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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