#676D8F

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

Shades of Waikawa Grey #676D8F

Tints of Waikawa Grey #676D8F

Color information

#676D8F (or 0x676D8F) is unknown color: approx Waikawa Grey. HEX triplet: 67, 6D and 8F. RGB value is (103,109,143). Sum of RGB (Red+Green+Blue) = 103+109+143=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 143 - color contains mainly: blue. Hex color #676D8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676D8F is #989270. Grayscale: #6E6E6E. Windows color (decimal): -9998961 or 9399655. OLE color: 9399655.

HSL color Cylindrical-coordinate representation of color #676D8F: hue angle of 231º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #676D8F is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB103109143-
CMYK0.280.2400.44
HSL231º16.26%48.24%-
HSV(B)231º27.97%56.08%-
XYZ16.0215.828.19-
YUV111.08146.01122.24-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.01%
GREEN value IS 109 (42.97% from 255) = 30.70%
BLUE value IS 143 (56.25% from 255) = 40.28%
R=29.01%
G=30.70%
B=40.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1031091430.280.2400.4423116.2648.24
Hex676D8F1C1802Ce71030
Octal14715521734300543472060
Binary1100111110110110001111111001100001011001110011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,109,143); }

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

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

 a { background-color: rgb(103,109,143); }

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

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

 span { border-color: rgb(103,109,143); }

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