Html Css Color HEX #6652A0 Scampi

📋 copy color: '#6652A0'

red 102 ◦ green 82 ◦ blue 160

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

Shades of Scampi #6652A0

Tints of Scampi #6652A0

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.84%

 BLUE value IS 160 (62.89% from 255) = 46.51%

R = 29.65%
G = 23.84%
B = 46.51%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6652A0 (or 0x6652A0) is known color: Scampi. HEX triplet: 66, 52 and A0. RGB value is (102,82,160). Sum of RGB (Red+Green+Blue) = 102+82+160=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 160 (62.89% from 255 or 46.51% from 344); Max value from RGB is 160 - color contains mainly: blue. Hex color #6652A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6652A0 is #99AD5F. Grayscale: #606060. Windows color (decimal): -10071392 or 10506854. OLE color: 10506854.

HSL color Cylindrical-coordinate representation of color #6652A0: hue angle of 255.38º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6652A0 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 102 82 160 -
CMYK 0.36 0.49 0 0.37
HSL 255.38º 0.32% 0.47% -
HSV(B) 255.38º 0.49% 0.63% -
XYZ 14.84 11.4 34.68 -
YUV 96.87 163.63 131.66 -
System Red Green Blue C M Y K H S L
Decimal 102 82 160 0.36 0.49 0 0.37 255.38 0.32 0.47
Hex 66 52 A0 24 31 0 25 FF 20 2F
Octal 146 122 240 44 61 0 45 377 40 57
Binary 1100110 1010010 10100000 100100 110001 0 100101 11111111 100000 101111

Color Harmonies of #6652A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6652A0

Black with #6652A0

Text Example


Text Example

White with #6652A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6652A0; }

 p { color: rgb(102,82,160); }

 H1.HeaderClassName
 {
   color: #6652A0;
 }
 .AnyTagClassName
 {
   color: #6652A0;
 }
</style>

background-color css

<style>
 a { background-color: #6652A0; }

 a { background-color: rgb(102,82,160); }

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

border-color css

<style>
 span { border-color: #6652A0; }

 span { border-color: rgb(102,82,160); }

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