#676B8D

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

Shades of Waikawa Grey #676B8D

Tints of Waikawa Grey #676B8D

Color information

#676B8D (or 0x676B8D) is unknown color: approx Waikawa Grey. HEX triplet: 67, 6B and 8D. RGB value is (103,107,141). Sum of RGB (Red+Green+Blue) = 103+107+141=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 141 - color contains mainly: blue. Hex color #676B8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676B8D is #989472. Grayscale: #6D6D6D. Windows color (decimal): -9999475 or 9268071. OLE color: 9268071.

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

Color convert

RGB103107141-
CMYK0.270.2400.45
HSL233.68º15.57%47.84%-
HSV(B)233.68º26.95%55.29%-
XYZ15.6615.3227.33-
YUV109.68145.67123.24-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.34%
GREEN value IS 107 (42.19% from 255) = 30.48%
BLUE value IS 141 (55.47% from 255) = 40.17%
R=29.34%
G=30.48%
B=40.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1031071410.270.2400.45233.6815.5747.84
Hex676B8D1B1802Dea1030
Octal14715321533300553522060
Binary1100111110101110001101110111100001011011110101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,107,141); }

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

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

 a { background-color: rgb(103,107,141); }

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

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

 span { border-color: rgb(103,107,141); }

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