Html Css Color HEX #66609D Scampi

📋 copy color: '#66609D'

red 102 ◦ green 96 ◦ blue 157

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

Shades of Scampi #66609D

Tints of Scampi #66609D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.04%

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

R = 28.73%
G = 27.04%
B = 44.23%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66609D (or 0x66609D) is known color: Scampi. HEX triplet: 66, 60 and 9D. RGB value is (102,96,157). Sum of RGB (Red+Green+Blue) = 102+96+157=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #66609D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66609D is #999F62. Grayscale: #686868. Windows color (decimal): -10067811 or 10313830. OLE color: 10313830.

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

Color convert

RGB 102 96 157 -
CMYK 0.35 0.39 0 0.38
HSL 245.9º 0.24% 0.5% -
HSV(B) 245.9º 0.39% 0.62% -
XYZ 15.75 13.62 33.7 -
YUV 104.75 157.49 126.04 -
System Red Green Blue C M Y K H S L
Decimal 102 96 157 0.35 0.39 0 0.38 245.9 0.24 0.5
Hex 66 60 9D 23 27 0 26 F6 18 32
Octal 146 140 235 43 47 0 46 366 30 62
Binary 1100110 1100000 10011101 100011 100111 0 100110 11110110 11000 110010

Color Harmonies of #66609D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66609D

Black with #66609D

Text Example


Text Example

White with #66609D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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