#66608D

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

Shades of Kimberly #66608D

Tints of Kimberly #66608D

Color information

#66608D (or 0x66608D) is unknown color: approx Kimberly. HEX triplet: 66, 60 and 8D. RGB value is (102,96,141). Sum of RGB (Red+Green+Blue) = 102+96+141=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 141 - color contains mainly: blue. Hex color #66608D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66608D is #999F72. Grayscale: #666666. Windows color (decimal): -10067827 or 9265254. OLE color: 9265254.

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

Color convert

RGB10296141-
CMYK0.280.3200.45
HSL248º18.99%46.47%-
HSV(B)248º31.91%55.29%-
XYZ14.4713.1126.97-
YUV102.92149.49127.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.09%
GREEN value IS 96 (37.89% from 255) = 28.32%
BLUE value IS 141 (55.47% from 255) = 41.59%
R=30.09%
G=28.32%
B=41.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102961410.280.3200.4524818.9946.47
Hex66608D1C2002Df8132e
Octal14614021534400553702356
Binary11001101100000100011011110010000001011011111100010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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