#66638D

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

Shades of Kimberly #66638D

Tints of Kimberly #66638D

Color information

#66638D (or 0x66638D) is unknown color: approx Kimberly. HEX triplet: 66, 63 and 8D. RGB value is (102,99,141). Sum of RGB (Red+Green+Blue) = 102+99+141=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 141 - color contains mainly: blue. Hex color #66638D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66638D is #999C72. Grayscale: #686868. Windows color (decimal): -10067059 or 9266022. OLE color: 9266022.

HSL color Cylindrical-coordinate representation of color #66638D: hue angle of 244.29º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #66638D is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10299141-
CMYK0.280.3000.45
HSL244.29º17.5%47.06%-
HSV(B)244.29º29.79%55.29%-
XYZ14.7513.6727.06-
YUV104.68148.49126.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.82%
GREEN value IS 99 (39.06% from 255) = 28.95%
BLUE value IS 141 (55.47% from 255) = 41.23%
R=29.82%
G=28.95%
B=41.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102991410.280.3000.45244.2917.547.06
Hex66638D1C1E02Df4122f
Octal14614321534360553642257
Binary1100110110001110001101111001111001011011111010010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66638D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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