#66608E

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

Shades of Kimberly #66608E

Tints of Kimberly #66608E

Color information

#66608E (or 0x66608E) is unknown color: approx Kimberly. HEX triplet: 66, 60 and 8E. RGB value is (102,96,142). Sum of RGB (Red+Green+Blue) = 102+96+142=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 142 (55.86% from 255 or 41.76% from 340); Max value from RGB is 142 - color contains mainly: blue. Hex color #66608E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66608E is #999F71. Grayscale: #666666. Windows color (decimal): -10067826 or 9330790. OLE color: 9330790.

HSL color Cylindrical-coordinate representation of color #66608E: hue angle of 247.83º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #66608E is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10296142-
CMYK0.280.3200.44
HSL247.83º19.33%46.67%-
HSV(B)247.83º32.39%55.69%-
XYZ14.5413.1427.36-
YUV103.04149.99127.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30%
GREEN value IS 96 (37.89% from 255) = 28.24%
BLUE value IS 142 (55.86% from 255) = 41.76%
R=30%
G=28.24%
B=41.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal102961420.280.3200.44247.8319.3346.67
Hex66608E1C2002Cf8132f
Octal14614021634400543702357
Binary11001101100000100011101110010000001011001111100010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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