#695D8C

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

Shades of Kimberly #695D8C

Tints of Kimberly #695D8C

Color information

#695D8C (or 0x695D8C) is unknown color: approx Kimberly. HEX triplet: 69, 5D and 8C. RGB value is (105,93,140). Sum of RGB (Red+Green+Blue) = 105+93+140=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 140 - color contains mainly: blue. Hex color #695D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695D8C is #96A273. Grayscale: #656565. Windows color (decimal): -9871988 or 9198953. OLE color: 9198953.

HSL color Cylindrical-coordinate representation of color #695D8C: hue angle of 255.32º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #695D8C is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10593140-
CMYK0.250.3400.45
HSL255.32º20.17%45.69%-
HSV(B)255.32º33.57%54.9%-
XYZ14.4712.7326.5-
YUV101.95149.48130.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.07%
GREEN value IS 93 (36.72% from 255) = 27.51%
BLUE value IS 140 (55.08% from 255) = 41.42%
R=31.07%
G=27.51%
B=41.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105931400.250.3400.45255.3220.1745.69
Hex695D8C192202Dff142e
Octal15113521431420553772456
Binary11010011011101100011001100110001001011011111111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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