#695D7C

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

Shades of Kimberly #695D7C

Tints of Kimberly #695D7C

Color information

#695D7C (or 0x695D7C) is unknown color: approx Kimberly. HEX triplet: 69, 5D and 7C. RGB value is (105,93,124). Sum of RGB (Red+Green+Blue) = 105+93+124=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 124 - color contains mainly: blue. Hex color #695D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695D7C is #96A283. Grayscale: #646464. Windows color (decimal): -9872004 or 8150377. OLE color: 8150377.

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

Color convert

RGB10593124-
CMYK0.150.2500.51
HSL263.23º14.29%42.55%-
HSV(B)263.23º25%48.63%-
XYZ13.3812.2920.74-
YUV100.12141.48131.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.61%
GREEN value IS 93 (36.72% from 255) = 28.88%
BLUE value IS 124 (48.83% from 255) = 38.51%
R=32.61%
G=28.88%
B=38.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105931240.150.2500.51263.2314.2942.55
Hex695D7CF19033107e2b
Octal15113517417310634071653
Binary11010011011101111110011111100101100111000001111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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