#696088

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

Shades of Kimberly #696088

Tints of Kimberly #696088

Color information

#696088 (or 0x696088) is unknown color: approx Kimberly. HEX triplet: 69, 60 and 88. RGB value is (105,96,136). Sum of RGB (Red+Green+Blue) = 105+96+136=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 136 - color contains mainly: blue. Hex color #696088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696088 is #969F77. Grayscale: #676767. Windows color (decimal): -9871224 or 8937577. OLE color: 8937577.

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

Color convert

RGB10596136-
CMYK0.230.2900.47
HSL253.5º17.24%45.49%-
HSV(B)253.5º29.41%53.33%-
XYZ14.4513.1525.07-
YUV103.25146.48129.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.16%
GREEN value IS 96 (37.89% from 255) = 28.49%
BLUE value IS 136 (53.52% from 255) = 40.36%
R=31.16%
G=28.49%
B=40.36%

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
Decimal105961360.230.2900.47253.517.2445.49
Hex696088171D02Ffe112d
Octal15114021027350573762155
Binary1101001110000010001000101111110101011111111111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696088; }

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

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

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

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

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

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

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

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