#696081

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

Shades of Kimberly #696081

Tints of Kimberly #696081

Color information

#696081 (or 0x696081) is unknown color: approx Kimberly. HEX triplet: 69, 60 and 81. RGB value is (105,96,129). Sum of RGB (Red+Green+Blue) = 105+96+129=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 129 - color contains mainly: blue. Hex color #696081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696081 is #969F7E. Grayscale: #666666. Windows color (decimal): -9871231 or 8478825. OLE color: 8478825.

HSL color Cylindrical-coordinate representation of color #696081: hue angle of 256.36º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #696081 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10596129-
CMYK0.190.2600.49
HSL256.36º14.67%44.12%-
HSV(B)256.36º25.58%50.59%-
XYZ13.9712.9522.53-
YUV102.45142.98129.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.82%
GREEN value IS 96 (37.89% from 255) = 29.09%
BLUE value IS 129 (50.78% from 255) = 39.09%
R=31.82%
G=29.09%
B=39.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105961290.190.2600.49256.3614.6744.12
Hex696081131A031100f2c
Octal15114020123320614001754
Binary1101001110000010000001100111101001100011000000001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696081; }

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

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

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

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

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

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

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

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