#69587C

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

Shades of Kimberly #69587C

Tints of Kimberly #69587C

Color information

#69587C (or 0x69587C) is unknown color: approx Kimberly. HEX triplet: 69, 58 and 7C. RGB value is (105,88,124). Sum of RGB (Red+Green+Blue) = 105+88+124=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 124 - color contains mainly: blue. Hex color #69587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69587C is #96A783. Grayscale: #616161. Windows color (decimal): -9873284 or 8149097. OLE color: 8149097.

HSL color Cylindrical-coordinate representation of color #69587C: hue angle of 268.33º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #69587C is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10588124-
CMYK0.150.2900.51
HSL268.33º16.98%41.57%-
HSV(B)268.33º29.03%48.63%-
XYZ12.9511.4420.59-
YUV97.19143.13133.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.12%
GREEN value IS 88 (34.77% from 255) = 27.76%
BLUE value IS 124 (48.83% from 255) = 39.12%
R=33.12%
G=27.76%
B=39.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105881240.150.2900.51268.3316.9841.57
Hex69587CF1D03310c112a
Octal15113017417350634142152
Binary110100110110001111100111111101011001110000110010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69587C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69587C; }

 p { color: rgb(105,88,124); }

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

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

 a { background-color: rgb(105,88,124); }

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

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

 span { border-color: rgb(105,88,124); }

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