#66619E

Color #66619E Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #66619E

Tints of Scampi #66619E

Color information

#66619E (or 0x66619E) is unknown color: approx Scampi. HEX triplet: 66, 61 and 9E. RGB value is (102,97,158). Sum of RGB (Red+Green+Blue) = 102+97+158=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #66619E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66619E is #999E61. Grayscale: #696969. Windows color (decimal): -10067554 or 10379622. OLE color: 10379622.

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

Color convert

RGB10297158-
CMYK0.350.3900.38
HSL244.92º23.92%50%-
HSV(B)244.92º38.61%61.96%-
XYZ15.9313.8434.18-
YUV105.45157.66125.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.57%
GREEN value IS 97 (38.28% from 255) = 27.17%
BLUE value IS 158 (62.11% from 255) = 44.26%
R=28.57%
G=27.17%
B=44.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102971580.350.3900.38244.9223.9250
Hex66619E2327026f51832
Octal14614123643470463653062
Binary110011011000011001111010001110011101001101111010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66619E; }

 p { color: rgb(102,97,158); }

 H1.HeaderClassName
 {
   color: #66619E;
 }
 .AnyTagClassName
 {
   color: #66619E;
 }
</style>
background-color css

<style>
 a { background-color: #66619E; }

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

 div.DivClassName
 {
   background-color: #66619E;
 }
 .BgClassName
 {
   background-color: #66619E;
 }
</style>
border-color css

<style>
 span { border-color: #66619E; }

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

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