Html Css Color HEX #666799 Scampi

📋 copy color: '#666799'

red 102 ◦ green 103 ◦ blue 153

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

Shades of Scampi #666799

Tints of Scampi #666799

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.77%

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

R = 28.49%
G = 28.77%
B = 42.74%

CMYK

 C value IS 0.33

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#666799 (or 0x666799) is known color: Scampi. HEX triplet: 66, 67 and 99. RGB value is (102,103,153). Sum of RGB (Red+Green+Blue) = 102+103+153=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #666799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666799 is #999866. Grayscale: #6C6C6C. Windows color (decimal): -10066023 or 10053478. OLE color: 10053478.

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

Color convert

RGB 102 103 153 -
CMYK 0.33 0.33 0 0.4
HSL 238.82º 0.2% 0.5% -
HSV(B) 238.82º 0.33% 0.6% -
XYZ 16.08 14.83 32.15 -
YUV 108.4 153.17 123.43 -
System Red Green Blue C M Y K H S L
Decimal 102 103 153 0.33 0.33 0 0.4 238.82 0.2 0.5
Hex 66 67 99 21 21 0 28 EF 14 32
Octal 146 147 231 41 41 0 50 357 24 62
Binary 1100110 1100111 10011001 100001 100001 0 101000 11101111 10100 110010

Color Harmonies of #666799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666799

Black with #666799

Text Example


Text Example

White with #666799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666799; }

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

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

background-color css

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

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

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

border-color css

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

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

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