#696089

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

Shades of Kimberly #696089

Tints of Kimberly #696089

Color information

#696089 (or 0x696089) is unknown color: approx Kimberly. HEX triplet: 69, 60 and 89. RGB value is (105,96,137). Sum of RGB (Red+Green+Blue) = 105+96+137=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 137 - color contains mainly: blue. Hex color #696089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696089 is #969F76. Grayscale: #676767. Windows color (decimal): -9871223 or 9003113. OLE color: 9003113.

HSL color Cylindrical-coordinate representation of color #696089: hue angle of 253.17º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #696089 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10596137-
CMYK0.230.3000.46
HSL253.17º17.6%45.69%-
HSV(B)253.17º29.93%53.73%-
XYZ14.5213.1825.44-
YUV103.36146.98129.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.07%
GREEN value IS 96 (37.89% from 255) = 28.40%
BLUE value IS 137 (53.91% from 255) = 40.53%
R=31.07%
G=28.40%
B=40.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal105961370.230.3000.46253.1717.645.69
Hex696089171E02Efd122e
Octal15114021127360563752256
Binary1101001110000010001001101111111001011101111110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696089; }

 p { color: rgb(105,96,137); }

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

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

 a { background-color: rgb(105,96,137); }

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

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

 span { border-color: rgb(105,96,137); }

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