#696086

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

Shades of Kimberly #696086

Tints of Kimberly #696086

Color information

#696086 (or 0x696086) is unknown color: approx Kimberly. HEX triplet: 69, 60 and 86. RGB value is (105,96,134). Sum of RGB (Red+Green+Blue) = 105+96+134=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 134 - color contains mainly: blue. Hex color #696086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696086 is #969F79. Grayscale: #666666. Windows color (decimal): -9871226 or 8806505. OLE color: 8806505.

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

Color convert

RGB10596134-
CMYK0.220.2800.47
HSL254.21º16.52%45.1%-
HSV(B)254.21º28.36%52.55%-
XYZ14.3113.0924.33-
YUV103.02145.48129.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.34%
GREEN value IS 96 (37.89% from 255) = 28.66%
BLUE value IS 134 (52.73% from 255) = 40%
R=31.34%
G=28.66%
B=40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105961340.220.2800.47254.2116.5245.1
Hex696086161C02Ffe112d
Octal15114020626340573762155
Binary1101001110000010000110101101110001011111111111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696086; }

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

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

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

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

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

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

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

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