#696688

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

Shades of Kimberly #696688

Tints of Kimberly #696688

Color information

#696688 (or 0x696688) is unknown color: approx Kimberly. HEX triplet: 69, 66 and 88. RGB value is (105,102,136). Sum of RGB (Red+Green+Blue) = 105+102+136=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 136 - color contains mainly: blue. Hex color #696688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696688 is #969977. Grayscale: #6A6A6A. Windows color (decimal): -9869688 or 8939113. OLE color: 8939113.

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

Color convert

RGB105102136-
CMYK0.230.2500.47
HSL245.29º14.29%46.67%-
HSV(B)245.29º25%53.33%-
XYZ15.0214.2825.26-
YUV106.77144.49126.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.61%
GREEN value IS 102 (40.23% from 255) = 29.74%
BLUE value IS 136 (53.52% from 255) = 39.65%
R=30.61%
G=29.74%
B=39.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051021360.230.2500.47245.2914.2946.67
Hex696688171902Ff5e2f
Octal15114621027310573651657
Binary110100111001101000100010111110010101111111101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696688; }

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

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

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

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

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

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

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

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