#695D85

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

Shades of Kimberly #695D85

Tints of Kimberly #695D85

Color information

#695D85 (or 0x695D85) is unknown color: approx Kimberly. HEX triplet: 69, 5D and 85. RGB value is (105,93,133). Sum of RGB (Red+Green+Blue) = 105+93+133=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 133 - color contains mainly: blue. Hex color #695D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695D85 is #96A27A. Grayscale: #656565. Windows color (decimal): -9871995 or 8740201. OLE color: 8740201.

HSL color Cylindrical-coordinate representation of color #695D85: hue angle of 258º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #695D85 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10593133-
CMYK0.210.3000.48
HSL258º17.7%44.31%-
HSV(B)258º30.08%52.16%-
XYZ13.9712.5323.87-
YUV101.15145.98130.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.72%
GREEN value IS 93 (36.72% from 255) = 28.10%
BLUE value IS 133 (52.34% from 255) = 40.18%
R=31.72%
G=28.10%
B=40.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105931330.210.3000.4825817.744.31
Hex695D85151E030102122c
Octal15113520525360604022254
Binary11010011011101100001011010111110011000010000001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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