#665884

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

Shades of Kimberly #665884

Tints of Kimberly #665884

Color information

#665884 (or 0x665884) is unknown color: approx Kimberly. HEX triplet: 66, 58 and 84. RGB value is (102,88,132). Sum of RGB (Red+Green+Blue) = 102+88+132=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 132 - color contains mainly: blue. Hex color #665884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665884 is #99A77B. Grayscale: #616161. Windows color (decimal): -10069884 or 8673382. OLE color: 8673382.

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

Color convert

RGB10288132-
CMYK0.230.3300.48
HSL259.09º20%43.14%-
HSV(B)259.09º33.33%51.76%-
XYZ13.1311.4723.35-
YUV97.2147.64131.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.68%
GREEN value IS 88 (34.77% from 255) = 27.33%
BLUE value IS 132 (51.95% from 255) = 40.99%
R=31.68%
G=27.33%
B=40.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102881320.230.3300.48259.092043.14
Hex6658841721030103142b
Octal14613020427410604032453
Binary110011010110001000010010111100001011000010000001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665884; }

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

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

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

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

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

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

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

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