Html Css Color HEX #66669F Scampi

📋 copy color: '#66669F'

red 102 ◦ green 102 ◦ blue 159

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

Shades of Scampi #66669F

Tints of Scampi #66669F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.1%

 BLUE value IS 159 (62.5% from 255) = 43.8%

R = 28.1%
G = 28.1%
B = 43.8%

CMYK

 C value IS 0.36

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66669F (or 0x66669F) is known color: Scampi. HEX triplet: 66, 66 and 9F. RGB value is (102,102,159). Sum of RGB (Red+Green+Blue) = 102+102+159=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 159 - color contains mainly: blue. Hex color #66669F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66669F is #999960. Grayscale: #6C6C6C. Windows color (decimal): -10066273 or 10446438. OLE color: 10446438.

HSL color Cylindrical-coordinate representation of color #66669F: hue angle of 240º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #66669F is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 102 159 -
CMYK 0.36 0.36 0 0.38
HSL 240º 0.23% 0.51% -
HSV(B) 240º 0.36% 0.62% -
XYZ 16.49 14.83 34.79 -
YUV 108.5 156.5 123.37 -
System Red Green Blue C M Y K H S L
Decimal 102 102 159 0.36 0.36 0 0.38 240 0.23 0.51
Hex 66 66 9F 24 24 0 26 F0 17 33
Octal 146 146 237 44 44 0 46 360 27 63
Binary 1100110 1100110 10011111 100100 100100 0 100110 11110000 10111 110011

Color Harmonies of #66669F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66669F

Black with #66669F

Text Example


Text Example

White with #66669F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66669F; }

 p { color: rgb(102,102,159); }

 H1.HeaderClassName
 {
   color: #66669F;
 }
 .AnyTagClassName
 {
   color: #66669F;
 }
</style>

background-color css

<style>
 a { background-color: #66669F; }

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

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

border-color css

<style>
 span { border-color: #66669F; }

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

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