#695E87

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

Shades of Kimberly #695E87

Tints of Kimberly #695E87

Color information

#695E87 (or 0x695E87) is unknown color: approx Kimberly. HEX triplet: 69, 5E and 87. RGB value is (105,94,135). Sum of RGB (Red+Green+Blue) = 105+94+135=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 135 - color contains mainly: blue. Hex color #695E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695E87 is #96A178. Grayscale: #656565. Windows color (decimal): -9871737 or 8871529. OLE color: 8871529.

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

Color convert

RGB10594135-
CMYK0.220.3000.47
HSL256.1º17.9%44.9%-
HSV(B)256.1º30.37%52.94%-
XYZ14.212.7624.64-
YUV101.96146.64130.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.44%
GREEN value IS 94 (37.11% from 255) = 28.14%
BLUE value IS 135 (53.12% from 255) = 40.42%
R=31.44%
G=28.14%
B=40.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105941350.220.3000.47256.117.944.9
Hex695E87161E02F100122d
Octal15113620726360574002255
Binary11010011011110100001111011011110010111110000000010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695E87; }

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

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

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

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

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

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

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

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