#66608B

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

Shades of Kimberly #66608B

Tints of Kimberly #66608B

Color information

#66608B (or 0x66608B) is unknown color: approx Kimberly. HEX triplet: 66, 60 and 8B. RGB value is (102,96,139). Sum of RGB (Red+Green+Blue) = 102+96+139=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 139 - color contains mainly: blue. Hex color #66608B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66608B is #999F74. Grayscale: #666666. Windows color (decimal): -10067829 or 9134182. OLE color: 9134182.

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

Color convert

RGB10296139-
CMYK0.270.3100.45
HSL248.37º18.3%46.08%-
HSV(B)248.37º30.94%54.51%-
XYZ14.3213.0526.19-
YUV102.7148.49127.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.27%
GREEN value IS 96 (37.89% from 255) = 28.49%
BLUE value IS 139 (54.69% from 255) = 41.25%
R=30.27%
G=28.49%
B=41.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102961390.270.3100.45248.3718.346.08
Hex66608B1B1F02Df8122e
Octal14614021333370553702256
Binary1100110110000010001011110111111101011011111100010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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