Html Css Color HEX #66609A Scampi

📋 copy color: '#66609A'

red 102 ◦ green 96 ◦ blue 154

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

Shades of Scampi #66609A

Tints of Scampi #66609A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.75%

R = 28.98%
G = 27.27%
B = 43.75%

CMYK

 C value IS 0.34

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#66609A (or 0x66609A) is known color: Scampi. HEX triplet: 66, 60 and 9A. RGB value is (102,96,154). Sum of RGB (Red+Green+Blue) = 102+96+154=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 154 - color contains mainly: blue. Hex color #66609A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66609A is #999F65. Grayscale: #686868. Windows color (decimal): -10067814 or 10117222. OLE color: 10117222.

HSL color Cylindrical-coordinate representation of color #66609A: hue angle of 246.21º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66609A is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 96 154 -
CMYK 0.34 0.38 0 0.40
HSL 246.21º 0.23% 0.49% -
HSV(B) 246.21º 0.38% 0.6% -
XYZ 15.5 13.52 32.37 -
YUV 104.41 155.99 126.28 -
System Red Green Blue C M Y K H S L
Decimal 102 96 154 0.34 0.38 0 0.40 246.21 0.23 0.49
Hex 66 60 9A 22 26 0 28 F6 17 31
Octal 146 140 232 42 46 0 50 366 27 61
Binary 1100110 1100000 10011010 100010 100110 0 101000 11110110 10111 110001

Color Harmonies of #66609A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66609A

Black with #66609A

Text Example


Text Example

White with #66609A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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