Html Css Color HEX #66599F Scampi

📋 copy color: '#66599F'

red 102 ◦ green 89 ◦ blue 159

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

Shades of Scampi #66599F

Tints of Scampi #66599F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.43%

R = 29.14%
G = 25.43%
B = 45.43%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66599F (or 0x66599F) is known color: Scampi. HEX triplet: 66, 59 and 9F. RGB value is (102,89,159). Sum of RGB (Red+Green+Blue) = 102+89+159=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 159 - color contains mainly: blue. Hex color #66599F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66599F is #99A660. Grayscale: #646464. Windows color (decimal): -10069601 or 10443110. OLE color: 10443110.

HSL color Cylindrical-coordinate representation of color #66599F: hue angle of 251.14º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66599F is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 89 159 -
CMYK 0.36 0.44 0 0.38
HSL 251.14º 0.28% 0.49% -
HSV(B) 251.14º 0.44% 0.62% -
XYZ 15.31 12.47 34.4 -
YUV 100.87 160.81 128.81 -
System Red Green Blue C M Y K H S L
Decimal 102 89 159 0.36 0.44 0 0.38 251.14 0.28 0.49
Hex 66 59 9F 24 2C 0 26 FB 1C 31
Octal 146 131 237 44 54 0 46 373 34 61
Binary 1100110 1011001 10011111 100100 101100 0 100110 11111011 11100 110001

Color Harmonies of #66599F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66599F

Black with #66599F

Text Example


Text Example

White with #66599F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66599F; }

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

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

background-color css

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

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

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

border-color css

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

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

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