#696180

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

Shades of Kimberly #696180

Tints of Kimberly #696180

Color information

#696180 (or 0x696180) is unknown color: approx Kimberly. HEX triplet: 69, 61 and 80. RGB value is (105,97,128). Sum of RGB (Red+Green+Blue) = 105+97+128=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 128 - color contains mainly: blue. Hex color #696180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696180 is #969E7F. Grayscale: #666666. Windows color (decimal): -9870976 or 8413545. OLE color: 8413545.

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

Color convert

RGB10597128-
CMYK0.180.2400.50
HSL255.48º13.78%44.12%-
HSV(B)255.48º24.22%50.2%-
XYZ1413.1122.22-
YUV102.93142.15129.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.82%
GREEN value IS 97 (38.28% from 255) = 29.39%
BLUE value IS 128 (50.39% from 255) = 38.79%
R=31.82%
G=29.39%
B=38.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal105971280.180.2400.50255.4813.7844.12
Hex6961801218032ffe2c
Octal15114120022300623771654
Binary110100111000011000000010010110000110010111111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696180; }

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

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

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

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

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

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

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

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