Html Css Color HEX #6648DC Slate Blue

📋 copy color: '#6648DC'

red 102 ◦ green 72 ◦ blue 220

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

Shades of Slate Blue #6648DC

Tints of Slate Blue #6648DC

RGB

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

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

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

R = 25.89%
G = 18.27%
B = 55.84%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6648DC (or 0x6648DC) is known color: Slate Blue. HEX triplet: 66, 48 and DC. RGB value is (102,72,220). Sum of RGB (Red+Green+Blue) = 102+72+220=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #6648DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6648DC is #99B723. Grayscale: #616161. Windows color (decimal): -10073892 or 14436454. OLE color: 14436454.

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

Color convert

RGB 102 72 220 -
CMYK 0.54 0.67 0 0.14
HSL 252.16º 0.68% 0.57% -
HSV(B) 252.16º 0.67% 0.86% -
XYZ 20.72 12.63 69.06 -
YUV 97.84 196.94 130.97 -
System Red Green Blue C M Y K H S L
Decimal 102 72 220 0.54 0.67 0 0.14 252.16 0.68 0.57
Hex 66 48 DC 36 43 0 E FC 44 39
Octal 146 110 334 66 103 0 16 374 104 71
Binary 1100110 1001000 11011100 110110 1000011 0 1110 11111100 1000100 111001

Color Harmonies of #6648DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6648DC

Black with #6648DC

Text Example


Text Example

White with #6648DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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