Html Css Color HEX #6648DB Slate Blue

📋 copy color: '#6648DB'

red 102 ◦ green 72 ◦ blue 219

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

Shades of Slate Blue #6648DB

Tints of Slate Blue #6648DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.73%

R = 25.95%
G = 18.32%
B = 55.73%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6648DB (or 0x6648DB) is known color: Slate Blue. HEX triplet: 66, 48 and DB. RGB value is (102,72,219). Sum of RGB (Red+Green+Blue) = 102+72+219=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #6648DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6648DB is #99B724. Grayscale: #616161. Windows color (decimal): -10073893 or 14370918. OLE color: 14370918.

HSL color Cylindrical-coordinate representation of color #6648DB: hue angle of 252.24º degrees, saturation: 0.67, 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 #6648DB is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 72 219 -
CMYK 0.53 0.67 0 0.14
HSL 252.24º 0.67% 0.57% -
HSV(B) 252.24º 0.67% 0.86% -
XYZ 20.58 12.57 68.36 -
YUV 97.73 196.44 131.05 -
System Red Green Blue C M Y K H S L
Decimal 102 72 219 0.53 0.67 0 0.14 252.24 0.67 0.57
Hex 66 48 DB 35 43 0 E FC 43 39
Octal 146 110 333 65 103 0 16 374 103 71
Binary 1100110 1001000 11011011 110101 1000011 0 1110 11111100 1000011 111001

Color Harmonies of #6648DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6648DB

Black with #6648DB

Text Example


Text Example

White with #6648DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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