#695E7B

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

Shades of Kimberly #695E7B

Tints of Kimberly #695E7B

Color information

#695E7B (or 0x695E7B) is unknown color: approx Kimberly. HEX triplet: 69, 5E and 7B. RGB value is (105,94,123). Sum of RGB (Red+Green+Blue) = 105+94+123=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 123 - color contains mainly: blue. Hex color #695E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695E7B is #96A184. Grayscale: #646464. Windows color (decimal): -9871749 or 8085097. OLE color: 8085097.

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

Color convert

RGB10594123-
CMYK0.150.2400.52
HSL262.76º13.36%42.55%-
HSV(B)262.76º23.58%48.24%-
XYZ13.412.4420.43-
YUV100.6140.64131.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.61%
GREEN value IS 94 (37.11% from 255) = 29.19%
BLUE value IS 123 (48.44% from 255) = 38.20%
R=32.61%
G=29.19%
B=38.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal105941230.150.2400.52262.7613.3642.55
Hex695E7BF18034107d2b
Octal15113617317300644071553
Binary11010011011110111101111111100001101001000001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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