Html Css Color HEX #665C99 Scampi

📋 copy color: '#665C99'

red 102 ◦ green 92 ◦ blue 153

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

Shades of Scampi #665C99

Tints of Scampi #665C99

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.51%

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

R = 29.39%
G = 26.51%
B = 44.09%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#665C99 (or 0x665C99) is known color: Scampi. HEX triplet: 66, 5C and 99. RGB value is (102,92,153). Sum of RGB (Red+Green+Blue) = 102+92+153=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #665C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665C99 is #99A366. Grayscale: #656565. Windows color (decimal): -10068839 or 10050662. OLE color: 10050662.

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

Color convert

RGB 102 92 153 -
CMYK 0.33 0.40 0 0.4
HSL 249.84º 0.25% 0.48% -
HSV(B) 249.84º 0.4% 0.6% -
XYZ 15.06 12.78 31.81 -
YUV 101.94 156.81 128.04 -
System Red Green Blue C M Y K H S L
Decimal 102 92 153 0.33 0.40 0 0.4 249.84 0.25 0.48
Hex 66 5C 99 21 28 0 28 FA 19 30
Octal 146 134 231 41 50 0 50 372 31 60
Binary 1100110 1011100 10011001 100001 101000 0 101000 11111010 11001 110000

Color Harmonies of #665C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665C99

Black with #665C99

Text Example


Text Example

White with #665C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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