#676080

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

Shades of Kimberly #676080

Tints of Kimberly #676080

Color information

#676080 (or 0x676080) is unknown color: approx Kimberly. HEX triplet: 67, 60 and 80. RGB value is (103,96,128). Sum of RGB (Red+Green+Blue) = 103+96+128=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 128 - color contains mainly: blue. Hex color #676080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676080 is #989F7F. Grayscale: #656565. Windows color (decimal): -10002304 or 8413287. OLE color: 8413287.

HSL color Cylindrical-coordinate representation of color #676080: hue angle of 253.12º 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 #676080 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10396128-
CMYK0.200.2500.50
HSL253.12º14.29%43.92%-
HSV(B)253.12º25%50.2%-
XYZ13.6712.8122.17-
YUV101.74142.82128.9-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.50%
GREEN value IS 96 (37.89% from 255) = 29.36%
BLUE value IS 128 (50.39% from 255) = 39.14%
R=31.50%
G=29.36%
B=39.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal103961280.200.2500.50253.1214.2943.92
Hex6760801419032fde2c
Octal14714020024310623751654
Binary110011111000001000000010100110010110010111111011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676080; }

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

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

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

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

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

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

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

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