#695B83

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

Shades of Kimberly #695B83

Tints of Kimberly #695B83

Color information

#695B83 (or 0x695B83) is unknown color: approx Kimberly. HEX triplet: 69, 5B and 83. RGB value is (105,91,131). Sum of RGB (Red+Green+Blue) = 105+91+131=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 131 - color contains mainly: blue. Hex color #695B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695B83 is #96A47C. Grayscale: #636363. Windows color (decimal): -9872509 or 8608617. OLE color: 8608617.

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

Color convert

RGB10591131-
CMYK0.200.3100.49
HSL261º18.02%43.53%-
HSV(B)261º30.53%51.37%-
XYZ13.6612.1223.09-
YUV99.75145.64131.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.11%
GREEN value IS 91 (35.94% from 255) = 27.83%
BLUE value IS 131 (51.56% from 255) = 40.06%
R=32.11%
G=27.83%
B=40.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105911310.200.3100.4926118.0243.53
Hex695B83141F031105122c
Octal15113320324370614052254
Binary11010011011011100000111010011111011000110000010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,91,131); }

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

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

 a { background-color: rgb(105,91,131); }

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

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

 span { border-color: rgb(105,91,131); }

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