#696087

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

Shades of Kimberly #696087

Tints of Kimberly #696087

Color information

#696087 (or 0x696087) is unknown color: approx Kimberly. HEX triplet: 69, 60 and 87. RGB value is (105,96,135). Sum of RGB (Red+Green+Blue) = 105+96+135=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 135 - color contains mainly: blue. Hex color #696087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696087 is #969F78. Grayscale: #666666. Windows color (decimal): -9871225 or 8872041. OLE color: 8872041.

HSL color Cylindrical-coordinate representation of color #696087: hue angle of 253.85º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #696087 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10596135-
CMYK0.220.2900.47
HSL253.85º16.88%45.29%-
HSV(B)253.85º28.89%52.94%-
XYZ14.3813.1224.7-
YUV103.14145.98129.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.25%
GREEN value IS 96 (37.89% from 255) = 28.57%
BLUE value IS 135 (53.12% from 255) = 40.18%
R=31.25%
G=28.57%
B=40.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105961350.220.2900.47253.8516.8845.29
Hex696087161D02Ffe112d
Octal15114020726350573762155
Binary1101001110000010000111101101110101011111111111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696087; }

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

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

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

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

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

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

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

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