#69587E

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

Shades of Kimberly #69587E

Tints of Kimberly #69587E

Color information

#69587E (or 0x69587E) is unknown color: approx Kimberly. HEX triplet: 69, 58 and 7E. RGB value is (105,88,126). Sum of RGB (Red+Green+Blue) = 105+88+126=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 126 - color contains mainly: blue. Hex color #69587E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69587E is #96A781. Grayscale: #616161. Windows color (decimal): -9873282 or 8280169. OLE color: 8280169.

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

Color convert

RGB10588126-
CMYK0.170.3000.51
HSL266.84º17.76%41.96%-
HSV(B)266.84º30.16%49.41%-
XYZ13.0811.4921.27-
YUV97.42144.13133.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.92%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 126 (49.61% from 255) = 39.50%
R=32.92%
G=27.59%
B=39.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105881260.170.3000.51266.8417.7641.96
Hex69587E111E03310b122a
Octal15113017621360634132252
Binary1101001101100011111101000111110011001110000101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69587E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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