#696687

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

Shades of Kimberly #696687

Tints of Kimberly #696687

Color information

#696687 (or 0x696687) is unknown color: approx Kimberly. HEX triplet: 69, 66 and 87. RGB value is (105,102,135). Sum of RGB (Red+Green+Blue) = 105+102+135=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 135 (53.12% from 255 or 39.47% from 342); Max value from RGB is 135 - color contains mainly: blue. Hex color #696687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696687 is #969978. Grayscale: #6A6A6A. Windows color (decimal): -9869689 or 8873577. OLE color: 8873577.

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

Color convert

RGB105102135-
CMYK0.220.2400.47
HSL245.45º13.92%46.47%-
HSV(B)245.45º24.44%52.94%-
XYZ14.9514.2624.89-
YUV106.66143.99126.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.70%
GREEN value IS 102 (40.23% from 255) = 29.82%
BLUE value IS 135 (53.12% from 255) = 39.47%
R=30.70%
G=29.82%
B=39.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051021350.220.2400.47245.4513.9246.47
Hex696687161802Ff5e2e
Octal15114620726300573651656
Binary110100111001101000011110110110000101111111101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696687; }

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

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

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

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

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

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

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

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