#676487

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

Shades of Kimberly #676487

Tints of Kimberly #676487

Color information

#676487 (or 0x676487) is unknown color: approx Kimberly. HEX triplet: 67, 64 and 87. RGB value is (103,100,135). Sum of RGB (Red+Green+Blue) = 103+100+135=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 135 - color contains mainly: blue. Hex color #676487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676487 is #989B78. Grayscale: #686868. Windows color (decimal): -10001273 or 8873063. OLE color: 8873063.

HSL color Cylindrical-coordinate representation of color #676487: hue angle of 245.14º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #676487 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB103100135-
CMYK0.240.2600.47
HSL245.14º14.89%46.08%-
HSV(B)245.14º25.93%52.94%-
XYZ14.5213.7524.81-
YUV104.89144.99126.65-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.47%
GREEN value IS 100 (39.45% from 255) = 29.59%
BLUE value IS 135 (53.12% from 255) = 39.94%
R=30.47%
G=29.59%
B=39.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1031001350.240.2600.47245.1414.8946.08
Hex676487181A02Ff5f2e
Octal14714420730320573651756
Binary110011111001001000011111000110100101111111101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676487; }

 p { color: rgb(103,100,135); }

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

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

 a { background-color: rgb(103,100,135); }

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

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

 span { border-color: rgb(103,100,135); }

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