#696080

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

Shades of Kimberly #696080

Tints of Kimberly #696080

Color information

#696080 (or 0x696080) is unknown color: approx Kimberly. HEX triplet: 69, 60 and 80. RGB value is (105,96,128). Sum of RGB (Red+Green+Blue) = 105+96+128=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 128 - color contains mainly: blue. Hex color #696080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696080 is #969F7F. Grayscale: #666666. Windows color (decimal): -9871232 or 8413289. OLE color: 8413289.

HSL color Cylindrical-coordinate representation of color #696080: hue angle of 256.88º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #696080 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10596128-
CMYK0.180.2500.50
HSL256.88º14.29%43.92%-
HSV(B)256.88º25%50.2%-
XYZ13.912.9322.18-
YUV102.34142.48129.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.91%
GREEN value IS 96 (37.89% from 255) = 29.18%
BLUE value IS 128 (50.39% from 255) = 38.91%
R=31.91%
G=29.18%
B=38.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal105961280.180.2500.50256.8814.2943.92
Hex6960801219032101e2c
Octal15114020022310624011654
Binary1101001110000010000000100101100101100101000000011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696080; }

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

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

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

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

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

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

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

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