#666085

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

Shades of Kimberly #666085

Tints of Kimberly #666085

Color information

#666085 (or 0x666085) is unknown color: approx Kimberly. HEX triplet: 66, 60 and 85. RGB value is (102,96,133). Sum of RGB (Red+Green+Blue) = 102+96+133=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 133 - color contains mainly: blue. Hex color #666085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666085 is #999F7A. Grayscale: #656565. Windows color (decimal): -10067835 or 8740966. OLE color: 8740966.

HSL color Cylindrical-coordinate representation of color #666085: hue angle of 249.73º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #666085 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10296133-
CMYK0.230.2800.48
HSL249.73º16.16%44.9%-
HSV(B)249.73º27.82%52.16%-
XYZ13.912.8823.94-
YUV102.01145.49127.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.82%
GREEN value IS 96 (37.89% from 255) = 29.00%
BLUE value IS 133 (52.34% from 255) = 40.18%
R=30.82%
G=29.00%
B=40.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102961330.230.2800.48249.7316.1644.9
Hex666085171C030fa102d
Octal14614020527340603722055
Binary1100110110000010000101101111110001100001111101010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666085; }

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

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

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

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

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

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

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

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