#695E88

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

Shades of Kimberly #695E88

Tints of Kimberly #695E88

Color information

#695E88 (or 0x695E88) is unknown color: approx Kimberly. HEX triplet: 69, 5E and 88. RGB value is (105,94,136). Sum of RGB (Red+Green+Blue) = 105+94+136=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 136 - color contains mainly: blue. Hex color #695E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695E88 is #96A177. Grayscale: #656565. Windows color (decimal): -9871736 or 8937065. OLE color: 8937065.

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

Color convert

RGB10594136-
CMYK0.230.3100.47
HSL255.71º18.26%45.1%-
HSV(B)255.71º30.88%53.33%-
XYZ14.2712.7925.01-
YUV102.08147.14130.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.34%
GREEN value IS 94 (37.11% from 255) = 28.06%
BLUE value IS 136 (53.52% from 255) = 40.60%
R=31.34%
G=28.06%
B=40.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105941360.230.3100.47255.7118.2645.1
Hex695E88171F02F100122d
Octal15113621027370574002255
Binary11010011011110100010001011111111010111110000000010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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