#695F7C

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

Shades of Kimberly #695F7C

Tints of Kimberly #695F7C

Color information

#695F7C (or 0x695F7C) is unknown color: approx Kimberly. HEX triplet: 69, 5F and 7C. RGB value is (105,95,124). Sum of RGB (Red+Green+Blue) = 105+95+124=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 124 - color contains mainly: blue. Hex color #695F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695F7C is #96A083. Grayscale: #656565. Windows color (decimal): -9871492 or 8150889. OLE color: 8150889.

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

Color convert

RGB10595124-
CMYK0.150.2300.51
HSL260.69º13.24%42.94%-
HSV(B)260.69º23.39%48.63%-
XYZ13.5612.6420.79-
YUV101.3140.81130.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.41%
GREEN value IS 95 (37.5% from 255) = 29.32%
BLUE value IS 124 (48.83% from 255) = 38.27%
R=32.41%
G=29.32%
B=38.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105951240.150.2300.51260.6913.2442.94
Hex695F7CF17033105d2b
Octal15113717417270634051553
Binary11010011011111111110011111011101100111000001011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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