Html Css Color HEX #666099 Scampi

📋 copy color: '#666099'

red 102 ◦ green 96 ◦ blue 153

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

Shades of Scampi #666099

Tints of Scampi #666099

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.35%

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

R = 29.06%
G = 27.35%
B = 43.59%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#666099 (or 0x666099) is known color: Scampi. HEX triplet: 66, 60 and 99. RGB value is (102,96,153). Sum of RGB (Red+Green+Blue) = 102+96+153=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #666099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666099 is #999F66. Grayscale: #686868. Windows color (decimal): -10067815 or 10051686. OLE color: 10051686.

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

Color convert

RGB 102 96 153 -
CMYK 0.33 0.37 0 0.4
HSL 246.32º 0.23% 0.49% -
HSV(B) 246.32º 0.37% 0.6% -
XYZ 15.41 13.49 31.93 -
YUV 104.29 155.49 126.37 -
System Red Green Blue C M Y K H S L
Decimal 102 96 153 0.33 0.37 0 0.4 246.32 0.23 0.49
Hex 66 60 99 21 25 0 28 F6 17 31
Octal 146 140 231 41 45 0 50 366 27 61
Binary 1100110 1100000 10011001 100001 100101 0 101000 11110110 10111 110001

Color Harmonies of #666099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666099

Black with #666099

Text Example


Text Example

White with #666099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666099; }

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

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

background-color css

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

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

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

border-color css

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

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

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