#69587B

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

Shades of Kimberly #69587B

Tints of Kimberly #69587B

Color information

#69587B (or 0x69587B) is unknown color: approx Kimberly. HEX triplet: 69, 58 and 7B. RGB value is (105,88,123). Sum of RGB (Red+Green+Blue) = 105+88+123=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 123 - color contains mainly: blue. Hex color #69587B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69587B is #96A784. Grayscale: #606060. Windows color (decimal): -9873285 or 8083561. OLE color: 8083561.

HSL color Cylindrical-coordinate representation of color #69587B: hue angle of 269.14º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #69587B is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10588123-
CMYK0.150.2800.52
HSL269.14º16.59%41.37%-
HSV(B)269.14º28.46%48.24%-
XYZ12.8911.4120.26-
YUV97.07142.63133.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.23%
GREEN value IS 88 (34.77% from 255) = 27.85%
BLUE value IS 123 (48.44% from 255) = 38.92%
R=33.23%
G=27.85%
B=38.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal105881230.150.2800.52269.1416.5941.37
Hex69587BF1C03410d1129
Octal15113017317340644152151
Binary110100110110001111011111111100011010010000110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69587B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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