Html Css Color HEX #66609B Scampi

📋 copy color: '#66609B'

red 102 ◦ green 96 ◦ blue 155

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

Shades of Scampi #66609B

Tints of Scampi #66609B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.91%

R = 28.9%
G = 27.2%
B = 43.91%

CMYK

 C value IS 0.34

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#66609B (or 0x66609B) is known color: Scampi. HEX triplet: 66, 60 and 9B. RGB value is (102,96,155). Sum of RGB (Red+Green+Blue) = 102+96+155=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 155 - color contains mainly: blue. Hex color #66609B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66609B is #999F64. Grayscale: #686868. Windows color (decimal): -10067813 or 10182758. OLE color: 10182758.

HSL color Cylindrical-coordinate representation of color #66609B: hue angle of 246.1º 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 #66609B is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 96 155 -
CMYK 0.34 0.38 0 0.39
HSL 246.1º 0.24% 0.49% -
HSV(B) 246.1º 0.38% 0.61% -
XYZ 15.58 13.56 32.81 -
YUV 104.52 156.49 126.2 -
System Red Green Blue C M Y K H S L
Decimal 102 96 155 0.34 0.38 0 0.39 246.1 0.24 0.49
Hex 66 60 9B 22 26 0 27 F6 18 31
Octal 146 140 233 42 46 0 47 366 30 61
Binary 1100110 1100000 10011011 100010 100110 0 100111 11110110 11000 110001

Color Harmonies of #66609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66609B

Black with #66609B

Text Example


Text Example

White with #66609B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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