#69587D

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

Shades of Kimberly #69587D

Tints of Kimberly #69587D

Color information

#69587D (or 0x69587D) is unknown color: approx Kimberly. HEX triplet: 69, 58 and 7D. RGB value is (105,88,125). Sum of RGB (Red+Green+Blue) = 105+88+125=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 125 - color contains mainly: blue. Hex color #69587D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69587D is #96A782. Grayscale: #616161. Windows color (decimal): -9873283 or 8214633. OLE color: 8214633.

HSL color Cylindrical-coordinate representation of color #69587D: hue angle of 267.57º degrees, saturation: 0.17, 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 #69587D is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10588125-
CMYK0.160.3000.51
HSL267.57º17.37%41.76%-
HSV(B)267.57º29.6%49.02%-
XYZ13.0211.4620.93-
YUV97.3143.63133.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.02%
GREEN value IS 88 (34.77% from 255) = 27.67%
BLUE value IS 125 (49.22% from 255) = 39.31%
R=33.02%
G=27.67%
B=39.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105881250.160.3000.51267.5717.3741.76
Hex69587D101E03310c112a
Octal15113017520360634142152
Binary1101001101100011111011000011110011001110000110010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69587D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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