#665981

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

Shades of Kimberly #665981

Tints of Kimberly #665981

Color information

#665981 (or 0x665981) is unknown color: approx Kimberly. HEX triplet: 66, 59 and 81. RGB value is (102,89,129). Sum of RGB (Red+Green+Blue) = 102+89+129=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 129 - color contains mainly: blue. Hex color #665981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665981 is #99A67E. Grayscale: #616161. Windows color (decimal): -10069631 or 8477030. OLE color: 8477030.

HSL color Cylindrical-coordinate representation of color #665981: hue angle of 259.5º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #665981 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10289129-
CMYK0.210.3100.49
HSL259.5º18.35%42.75%-
HSV(B)259.5º31.01%50.59%-
XYZ13.0111.5522.31-
YUV97.45145.81131.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.88%
GREEN value IS 89 (35.16% from 255) = 27.81%
BLUE value IS 129 (50.78% from 255) = 40.31%
R=31.88%
G=27.81%
B=40.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102891290.210.3100.49259.518.3542.75
Hex665981151F031104122b
Octal14613120125370614042253
Binary11001101011001100000011010111111011000110000010010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665981; }

 p { color: rgb(102,89,129); }

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

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

 a { background-color: rgb(102,89,129); }

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

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

 span { border-color: rgb(102,89,129); }

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