Html Css Color HEX #6648D7 Slate Blue

📋 copy color: '#6648D7'

red 102 ◦ green 72 ◦ blue 215

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

Shades of Slate Blue #6648D7

Tints of Slate Blue #6648D7

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.51%

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

R = 26.22%
G = 18.51%
B = 55.27%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6648D7 (or 0x6648D7) is known color: Slate Blue. HEX triplet: 66, 48 and D7. RGB value is (102,72,215). Sum of RGB (Red+Green+Blue) = 102+72+215=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 215 (84.38% from 255 or 55.27% from 389); Max value from RGB is 215 - color contains mainly: blue. Hex color #6648D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6648D7 is #99B728. Grayscale: #606060. Windows color (decimal): -10073897 or 14108774. OLE color: 14108774.

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

Color convert

RGB 102 72 215 -
CMYK 0.53 0.67 0 0.16
HSL 252.59º 0.64% 0.56% -
HSV(B) 252.59º 0.67% 0.84% -
XYZ 20.06 12.37 65.62 -
YUV 97.27 194.44 131.37 -
System Red Green Blue C M Y K H S L
Decimal 102 72 215 0.53 0.67 0 0.16 252.59 0.64 0.56
Hex 66 48 D7 35 43 0 10 FD 40 38
Octal 146 110 327 65 103 0 20 375 100 70
Binary 1100110 1001000 11010111 110101 1000011 0 10000 11111101 1000000 111000

Color Harmonies of #6648D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6648D7

Black with #6648D7

Text Example


Text Example

White with #6648D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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