#666083

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

Shades of Kimberly #666083

Tints of Kimberly #666083

Color information

#666083 (or 0x666083) is unknown color: approx Kimberly. HEX triplet: 66, 60 and 83. RGB value is (102,96,131). Sum of RGB (Red+Green+Blue) = 102+96+131=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 131 - color contains mainly: blue. Hex color #666083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666083 is #999F7C. Grayscale: #656565. Windows color (decimal): -10067837 or 8609894. OLE color: 8609894.

HSL color Cylindrical-coordinate representation of color #666083: hue angle of 250.29º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #666083 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10296131-
CMYK0.220.2700.49
HSL250.29º15.42%44.51%-
HSV(B)250.29º26.72%51.37%-
XYZ13.7612.8323.22-
YUV101.78144.49128.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.00%
GREEN value IS 96 (37.89% from 255) = 29.18%
BLUE value IS 131 (51.56% from 255) = 39.82%
R=31.00%
G=29.18%
B=39.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102961310.220.2700.49250.2915.4244.51
Hex666083161B031faf2d
Octal14614020326330613721755
Binary110011011000001000001110110110110110001111110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666083; }

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

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

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

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

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

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

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

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