#696188

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

Shades of Kimberly #696188

Tints of Kimberly #696188

Color information

#696188 (or 0x696188) is unknown color: approx Kimberly. HEX triplet: 69, 61 and 88. RGB value is (105,97,136). Sum of RGB (Red+Green+Blue) = 105+97+136=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 136 - color contains mainly: blue. Hex color #696188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696188 is #969E77. Grayscale: #676767. Windows color (decimal): -9870968 or 8937833. OLE color: 8937833.

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

Color convert

RGB10597136-
CMYK0.230.2900.47
HSL252.31º16.74%45.69%-
HSV(B)252.31º28.68%53.33%-
XYZ14.5413.3325.1-
YUV103.84146.15128.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.07%
GREEN value IS 97 (38.28% from 255) = 28.70%
BLUE value IS 136 (53.52% from 255) = 40.24%
R=31.07%
G=28.70%
B=40.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105971360.230.2900.47252.3116.7445.69
Hex696188171D02Ffc112e
Octal15114121027350573742156
Binary1101001110000110001000101111110101011111111110010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696188; }

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

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

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

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

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

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

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

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