#676C87

Color #676C87 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #676C87

Tints of Waikawa Grey #676C87

Color information

#676C87 (or 0x676C87) is unknown color: approx Waikawa Grey. HEX triplet: 67, 6C and 87. RGB value is (103,108,135). Sum of RGB (Red+Green+Blue) = 103+108+135=346 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.77% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 135 - color contains mainly: blue. Hex color #676C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676C87 is #989378. Grayscale: #6D6D6D. Windows color (decimal): -9999225 or 8875111. OLE color: 8875111.

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

Color convert

RGB103108135-
CMYK0.240.200.47
HSL230.62º13.45%46.67%-
HSV(B)230.62º23.7%52.94%-
XYZ15.3315.3625.08-
YUV109.58142.34123.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.77%
GREEN value IS 108 (42.58% from 255) = 31.21%
BLUE value IS 135 (53.12% from 255) = 39.02%
R=29.77%
G=31.21%
B=39.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1031081350.240.200.47230.6213.4546.67
Hex676C87181402Fe7d2f
Octal14715420730240573471557
Binary110011111011001000011111000101000101111111001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676C87; }

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

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

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

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

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

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

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

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