Html Css Color HEX #665999 Scampi

📋 copy color: '#665999'

red 102 ◦ green 89 ◦ blue 153

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

Shades of Scampi #665999

Tints of Scampi #665999

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.87%

 BLUE value IS 153 (60.16% from 255) = 44.48%

R = 29.65%
G = 25.87%
B = 44.48%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#665999 (or 0x665999) is known color: Scampi. HEX triplet: 66, 59 and 99. RGB value is (102,89,153). Sum of RGB (Red+Green+Blue) = 102+89+153=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: blue. Hex color #665999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665999 is #99A666. Grayscale: #636363. Windows color (decimal): -10069607 or 10049894. OLE color: 10049894.

HSL color Cylindrical-coordinate representation of color #665999: hue angle of 252.19º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #665999 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 102 89 153 -
CMYK 0.33 0.42 0 0.4
HSL 252.19º 0.26% 0.47% -
HSV(B) 252.19º 0.42% 0.6% -
XYZ 14.8 12.27 31.73 -
YUV 100.18 157.81 129.3 -
System Red Green Blue C M Y K H S L
Decimal 102 89 153 0.33 0.42 0 0.4 252.19 0.26 0.47
Hex 66 59 99 21 2A 0 28 FC 1A 2F
Octal 146 131 231 41 52 0 50 374 32 57
Binary 1100110 1011001 10011001 100001 101010 0 101000 11111100 11010 101111

Color Harmonies of #665999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665999

Black with #665999

Text Example


Text Example

White with #665999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665999; }

 p { color: rgb(102,89,153); }

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

background-color css

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

 a { background-color: rgb(102,89,153); }

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

border-color css

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

 span { border-color: rgb(102,89,153); }

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