#696287

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

Shades of Kimberly #696287

Tints of Kimberly #696287

Color information

#696287 (or 0x696287) is unknown color: approx Kimberly. HEX triplet: 69, 62 and 87. RGB value is (105,98,135). Sum of RGB (Red+Green+Blue) = 105+98+135=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 135 - color contains mainly: blue. Hex color #696287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696287 is #969D78. Grayscale: #686868. Windows color (decimal): -9870713 or 8872553. OLE color: 8872553.

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

Color convert

RGB10598135-
CMYK0.220.2700.47
HSL251.35º15.88%45.69%-
HSV(B)251.35º27.41%52.94%-
XYZ14.5713.4924.76-
YUV104.31145.32128.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.07%
GREEN value IS 98 (38.67% from 255) = 28.99%
BLUE value IS 135 (53.12% from 255) = 39.94%
R=31.07%
G=28.99%
B=39.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105981350.220.2700.47251.3515.8845.69
Hex696287161B02Ffb102e
Octal15114220726330573732056
Binary1101001110001010000111101101101101011111111101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696287; }

 p { color: rgb(105,98,135); }

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

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

 a { background-color: rgb(105,98,135); }

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

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

 span { border-color: rgb(105,98,135); }

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