#695E7C

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

Shades of Kimberly #695E7C

Tints of Kimberly #695E7C

Color information

#695E7C (or 0x695E7C) is unknown color: approx Kimberly. HEX triplet: 69, 5E and 7C. RGB value is (105,94,124). Sum of RGB (Red+Green+Blue) = 105+94+124=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 124 - color contains mainly: blue. Hex color #695E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695E7C is #96A183. Grayscale: #646464. Windows color (decimal): -9871748 or 8150633. OLE color: 8150633.

HSL color Cylindrical-coordinate representation of color #695E7C: hue angle of 262º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #695E7C is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10594124-
CMYK0.150.2400.51
HSL262º13.76%42.75%-
HSV(B)262º24.19%48.63%-
XYZ13.4712.4620.76-
YUV100.71141.14131.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.51%
GREEN value IS 94 (37.11% from 255) = 29.10%
BLUE value IS 124 (48.83% from 255) = 38.39%
R=32.51%
G=29.10%
B=38.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105941240.150.2400.5126213.7642.75
Hex695E7CF18033106e2b
Octal15113617417300634061653
Binary11010011011110111110011111100001100111000001101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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