Html Css Color HEX #66609C Scampi

📋 copy color: '#66609C'

red 102 ◦ green 96 ◦ blue 156

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

Shades of Scampi #66609C

Tints of Scampi #66609C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.07%

R = 28.81%
G = 27.12%
B = 44.07%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#66609C (or 0x66609C) is known color: Scampi. HEX triplet: 66, 60 and 9C. RGB value is (102,96,156). Sum of RGB (Red+Green+Blue) = 102+96+156=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #66609C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66609C is #999F63. Grayscale: #686868. Windows color (decimal): -10067812 or 10248294. OLE color: 10248294.

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

Color convert

RGB 102 96 156 -
CMYK 0.35 0.38 0 0.39
HSL 246º 0.24% 0.49% -
HSV(B) 246º 0.38% 0.61% -
XYZ 15.66 13.59 33.25 -
YUV 104.63 156.99 126.12 -
System Red Green Blue C M Y K H S L
Decimal 102 96 156 0.35 0.38 0 0.39 246 0.24 0.49
Hex 66 60 9C 23 26 0 27 F6 18 31
Octal 146 140 234 43 46 0 47 366 30 61
Binary 1100110 1100000 10011100 100011 100110 0 100111 11110110 11000 110001

Color Harmonies of #66609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66609C

Black with #66609C

Text Example


Text Example

White with #66609C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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