#695982

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

Shades of Kimberly #695982

Tints of Kimberly #695982

Color information

#695982 (or 0x695982) is unknown color: approx Kimberly. HEX triplet: 69, 59 and 82. RGB value is (105,89,130). Sum of RGB (Red+Green+Blue) = 105+89+130=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 130 - color contains mainly: blue. Hex color #695982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695982 is #96A67D. Grayscale: #626262. Windows color (decimal): -9873022 or 8542569. OLE color: 8542569.

HSL color Cylindrical-coordinate representation of color #695982: hue angle of 263.41º 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 #695982 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10589130-
CMYK0.190.3200.49
HSL263.41º18.72%42.94%-
HSV(B)263.41º31.54%50.98%-
XYZ13.4311.7622.68-
YUV98.46145.8132.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.41%
GREEN value IS 89 (35.16% from 255) = 27.47%
BLUE value IS 130 (51.17% from 255) = 40.12%
R=32.41%
G=27.47%
B=40.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105891300.190.3200.49263.4118.7242.94
Hex6959821320031107132b
Octal15113120223400614072353
Binary110100110110011000001010011100000011000110000011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695982; }

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

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

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

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

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

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

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

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