#696486

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

Shades of Kimberly #696486

Tints of Kimberly #696486

Color information

#696486 (or 0x696486) is unknown color: approx Kimberly. HEX triplet: 69, 64 and 86. RGB value is (105,100,134). Sum of RGB (Red+Green+Blue) = 105+100+134=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 134 - color contains mainly: blue. Hex color #696486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696486 is #969B79. Grayscale: #696969. Windows color (decimal): -9870202 or 8807529. OLE color: 8807529.

HSL color Cylindrical-coordinate representation of color #696486: hue angle of 248.82º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #696486 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB105100134-
CMYK0.220.2500.47
HSL248.82º14.53%45.88%-
HSV(B)248.82º25.37%52.55%-
XYZ14.6913.8424.45-
YUV105.37144.16127.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.97%
GREEN value IS 100 (39.45% from 255) = 29.50%
BLUE value IS 134 (52.73% from 255) = 39.53%
R=30.97%
G=29.50%
B=39.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051001340.220.2500.47248.8214.5345.88
Hex696486161902Ff9f2e
Octal15114420626310573711756
Binary110100111001001000011010110110010101111111110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696486; }

 p { color: rgb(105,100,134); }

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

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

 a { background-color: rgb(105,100,134); }

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

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

 span { border-color: rgb(105,100,134); }

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