#695A83

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

Shades of Kimberly #695A83

Tints of Kimberly #695A83

Color information

#695A83 (or 0x695A83) is unknown color: approx Kimberly. HEX triplet: 69, 5A and 83. RGB value is (105,90,131). Sum of RGB (Red+Green+Blue) = 105+90+131=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 131 - color contains mainly: blue. Hex color #695A83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695A83 is #96A57C. Grayscale: #636363. Windows color (decimal): -9872765 or 8608361. OLE color: 8608361.

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

Color convert

RGB10590131-
CMYK0.200.3100.49
HSL261.95º18.55%43.33%-
HSV(B)261.95º31.3%51.37%-
XYZ13.5811.9523.06-
YUV99.16145.97132.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.21%
GREEN value IS 90 (35.55% from 255) = 27.61%
BLUE value IS 131 (51.56% from 255) = 40.18%
R=32.21%
G=27.61%
B=40.18%

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
Decimal105901310.200.3100.49261.9518.5543.33
Hex695A83141F031106132b
Octal15113220324370614062353
Binary11010011011010100000111010011111011000110000011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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