Html Css Color HEX #6648C3 Slate Blue

📋 copy color: '#6648C3'

red 102 ◦ green 72 ◦ blue 195

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

Shades of Slate Blue #6648C3

Tints of Slate Blue #6648C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 52.85%

R = 27.64%
G = 19.51%
B = 52.85%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6648C3 (or 0x6648C3) is known color: Slate Blue. HEX triplet: 66, 48 and C3. RGB value is (102,72,195). Sum of RGB (Red+Green+Blue) = 102+72+195=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 195 (76.56% from 255 or 52.85% from 369); Max value from RGB is 195 - color contains mainly: blue. Hex color #6648C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6648C3 is #99B73C. Grayscale: #5E5E5E. Windows color (decimal): -10073917 or 12798054. OLE color: 12798054.

HSL color Cylindrical-coordinate representation of color #6648C3: hue angle of 254.63º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6648C3 is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 102 72 195 -
CMYK 0.48 0.63 0 0.24
HSL 254.63º 0.51% 0.52% -
HSV(B) 254.63º 0.63% 0.76% -
XYZ 17.65 11.4 52.9 -
YUV 94.99 184.44 133 -
System Red Green Blue C M Y K H S L
Decimal 102 72 195 0.48 0.63 0 0.24 254.63 0.51 0.52
Hex 66 48 C3 30 3F 0 18 FF 33 34
Octal 146 110 303 60 77 0 30 377 63 64
Binary 1100110 1001000 11000011 110000 111111 0 11000 11111111 110011 110100

Color Harmonies of #6648C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6648C3

Black with #6648C3

Text Example


Text Example

White with #6648C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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