#665881

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

Shades of Kimberly #665881

Tints of Kimberly #665881

Color information

#665881 (or 0x665881) is unknown color: approx Kimberly. HEX triplet: 66, 58 and 81. RGB value is (102,88,129). Sum of RGB (Red+Green+Blue) = 102+88+129=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 129 - color contains mainly: blue. Hex color #665881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665881 is #99A77E. Grayscale: #606060. Windows color (decimal): -10069887 or 8476774. OLE color: 8476774.

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

Color convert

RGB10288129-
CMYK0.210.3200.49
HSL260.49º18.89%42.55%-
HSV(B)260.49º31.78%50.59%-
XYZ12.9311.3922.29-
YUV96.86146.14131.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.97%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 129 (50.78% from 255) = 40.44%
R=31.97%
G=27.59%
B=40.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102881290.210.3200.49260.4918.8942.55
Hex6658811520031104132b
Octal14613020125400614042353
Binary110011010110001000000110101100000011000110000010010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665881; }

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

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

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

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

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

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

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

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