#695D82

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

Shades of Kimberly #695D82

Tints of Kimberly #695D82

Color information

#695D82 (or 0x695D82) is unknown color: approx Kimberly. HEX triplet: 69, 5D and 82. RGB value is (105,93,130). Sum of RGB (Red+Green+Blue) = 105+93+130=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 130 - color contains mainly: blue. Hex color #695D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695D82 is #96A27D. Grayscale: #646464. Windows color (decimal): -9871998 or 8543593. OLE color: 8543593.

HSL color Cylindrical-coordinate representation of color #695D82: hue angle of 259.46º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #695D82 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10593130-
CMYK0.190.2800.49
HSL259.46º16.59%43.73%-
HSV(B)259.46º28.46%50.98%-
XYZ13.7712.4422.8-
YUV100.81144.48130.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.01%
GREEN value IS 93 (36.72% from 255) = 28.35%
BLUE value IS 130 (51.17% from 255) = 39.63%
R=32.01%
G=28.35%
B=39.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105931300.190.2800.49259.4616.5943.73
Hex695D82131C031103112c
Octal15113520223340614032154
Binary11010011011101100000101001111100011000110000001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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