#695983

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

Shades of Kimberly #695983

Tints of Kimberly #695983

Color information

#695983 (or 0x695983) is unknown color: approx Kimberly. HEX triplet: 69, 59 and 83. RGB value is (105,89,131). Sum of RGB (Red+Green+Blue) = 105+89+131=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 131 - color contains mainly: blue. Hex color #695983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695983 is #96A67C. Grayscale: #626262. Windows color (decimal): -9873021 or 8608105. OLE color: 8608105.

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

Color convert

RGB10589131-
CMYK0.200.3200.49
HSL262.86º19.09%43.14%-
HSV(B)262.86º32.06%51.37%-
XYZ13.4911.7923.04-
YUV98.57146.3132.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.31%
GREEN value IS 89 (35.16% from 255) = 27.38%
BLUE value IS 131 (51.56% from 255) = 40.31%
R=32.31%
G=27.38%
B=40.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105891310.200.3200.49262.8619.0943.14
Hex6959831420031107132b
Octal15113120324400614072353
Binary110100110110011000001110100100000011000110000011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695983; }

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

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

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

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

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

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

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

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