#665989

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

Shades of Kimberly #665989

Tints of Kimberly #665989

Color information

#665989 (or 0x665989) is unknown color: approx Kimberly. HEX triplet: 66, 59 and 89. RGB value is (102,89,137). Sum of RGB (Red+Green+Blue) = 102+89+137=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 137 - color contains mainly: blue. Hex color #665989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665989 is #99A676. Grayscale: #626262. Windows color (decimal): -10069623 or 9001318. OLE color: 9001318.

HSL color Cylindrical-coordinate representation of color #665989: hue angle of 256.25º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #665989 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10289137-
CMYK0.260.3500.46
HSL256.25º21.24%44.31%-
HSV(B)256.25º35.04%53.73%-
XYZ13.5711.7825.22-
YUV98.36149.81130.6-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.10%
GREEN value IS 89 (35.16% from 255) = 27.13%
BLUE value IS 137 (53.91% from 255) = 41.77%
R=31.10%
G=27.13%
B=41.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal102891370.260.3500.46256.2521.2444.31
Hex6659891A2302E100152c
Octal14613121132430564002554
Binary110011010110011000100111010100011010111010000000010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665989; }

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

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

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

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

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

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

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

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