#696091

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

Shades of Kimberly #696091

Tints of Kimberly #696091

Color information

#696091 (or 0x696091) is unknown color: approx Kimberly. HEX triplet: 69, 60 and 91. RGB value is (105,96,145). Sum of RGB (Red+Green+Blue) = 105+96+145=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 145 - color contains mainly: blue. Hex color #696091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696091 is #969F6E. Grayscale: #686868. Windows color (decimal): -9871215 or 9527401. OLE color: 9527401.

HSL color Cylindrical-coordinate representation of color #696091: hue angle of 251.02º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #696091 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10596145-
CMYK0.280.3400.43
HSL251.02º20.33%47.25%-
HSV(B)251.02º33.79%56.86%-
XYZ15.1213.4128.58-
YUV104.28150.98128.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.35%
GREEN value IS 96 (37.89% from 255) = 27.75%
BLUE value IS 145 (57.03% from 255) = 41.91%
R=30.35%
G=27.75%
B=41.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal105961450.280.3400.43251.0220.3347.25
Hex6960911C2202Bfb142f
Octal15114022134420533732457
Binary11010011100000100100011110010001001010111111101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696091; }

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

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

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

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

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

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

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

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