Html Css Color HEX #66599D Scampi

📋 copy color: '#66599D'

red 102 ◦ green 89 ◦ blue 157

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

Shades of Scampi #66599D

Tints of Scampi #66599D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 45.11%

R = 29.31%
G = 25.57%
B = 45.11%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66599D (or 0x66599D) is known color: Scampi. HEX triplet: 66, 59 and 9D. RGB value is (102,89,157). Sum of RGB (Red+Green+Blue) = 102+89+157=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #66599D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66599D is #99A662. Grayscale: #646464. Windows color (decimal): -10069603 or 10312038. OLE color: 10312038.

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

Color convert

RGB 102 89 157 -
CMYK 0.35 0.43 0 0.38
HSL 251.47º 0.28% 0.48% -
HSV(B) 251.47º 0.43% 0.62% -
XYZ 15.14 12.4 33.49 -
YUV 100.64 159.81 128.97 -
System Red Green Blue C M Y K H S L
Decimal 102 89 157 0.35 0.43 0 0.38 251.47 0.28 0.48
Hex 66 59 9D 23 2B 0 26 FB 1C 30
Octal 146 131 235 43 53 0 46 373 34 60
Binary 1100110 1011001 10011101 100011 101011 0 100110 11111011 11100 110000

Color Harmonies of #66599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66599D

Black with #66599D

Text Example


Text Example

White with #66599D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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