Html Css Color HEX #665A99 Scampi

📋 copy color: '#665A99'

red 102 ◦ green 90 ◦ blue 153

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

Shades of Scampi #665A99

Tints of Scampi #665A99

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.09%

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

R = 29.57%
G = 26.09%
B = 44.35%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#665A99 (or 0x665A99) is known color: Scampi. HEX triplet: 66, 5A and 99. RGB value is (102,90,153). Sum of RGB (Red+Green+Blue) = 102+90+153=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #665A99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665A99 is #99A566. Grayscale: #646464. Windows color (decimal): -10069351 or 10050150. OLE color: 10050150.

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

Color convert

RGB 102 90 153 -
CMYK 0.33 0.41 0 0.4
HSL 251.43º 0.26% 0.48% -
HSV(B) 251.43º 0.41% 0.6% -
XYZ 14.89 12.44 31.75 -
YUV 100.77 157.48 128.88 -
System Red Green Blue C M Y K H S L
Decimal 102 90 153 0.33 0.41 0 0.4 251.43 0.26 0.48
Hex 66 5A 99 21 29 0 28 FB 1A 30
Octal 146 132 231 41 51 0 50 373 32 60
Binary 1100110 1011010 10011001 100001 101001 0 101000 11111011 11010 110000

Color Harmonies of #665A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665A99

Black with #665A99

Text Example


Text Example

White with #665A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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