#665980

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

Shades of Kimberly #665980

Tints of Kimberly #665980

Color information

#665980 (or 0x665980) is unknown color: approx Kimberly. HEX triplet: 66, 59 and 80. RGB value is (102,89,128). Sum of RGB (Red+Green+Blue) = 102+89+128=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 128 - color contains mainly: blue. Hex color #665980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665980 is #99A67F. Grayscale: #616161. Windows color (decimal): -10069632 or 8411494. OLE color: 8411494.

HSL color Cylindrical-coordinate representation of color #665980: hue angle of 260º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #665980 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10289128-
CMYK0.200.3000.50
HSL260º17.97%42.55%-
HSV(B)260º30.47%50.2%-
XYZ12.9511.5321.96-
YUV97.33145.31131.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.97%
GREEN value IS 89 (35.16% from 255) = 27.90%
BLUE value IS 128 (50.39% from 255) = 40.13%
R=31.97%
G=27.90%
B=40.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal102891280.200.3000.5026017.9742.55
Hex665980141E032104122b
Octal14613120024360624042253
Binary11001101011001100000001010011110011001010000010010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665980; }

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

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

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

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

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

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

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

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