#676A8C

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

Shades of Waikawa Grey #676A8C

Tints of Waikawa Grey #676A8C

Color information

#676A8C (or 0x676A8C) is unknown color: approx Waikawa Grey. HEX triplet: 67, 6A and 8C. RGB value is (103,106,140). Sum of RGB (Red+Green+Blue) = 103+106+140=349 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.51% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 140 - color contains mainly: blue. Hex color #676A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676A8C is #989573. Grayscale: #6C6C6C. Windows color (decimal): -9999732 or 9202279. OLE color: 9202279.

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

Color convert

RGB103106140-
CMYK0.260.2400.45
HSL235.14º15.23%47.65%-
HSV(B)235.14º26.43%54.9%-
XYZ15.4815.0926.91-
YUV108.98145.51123.74-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.51%
GREEN value IS 106 (41.80% from 255) = 30.37%
BLUE value IS 140 (55.08% from 255) = 40.11%
R=29.51%
G=30.37%
B=40.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1031061400.260.2400.45235.1415.2347.65
Hex676A8C1A1802Debf30
Octal14715221432300553531760
Binary110011111010101000110011010110000101101111010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,106,140); }

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

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

 a { background-color: rgb(103,106,140); }

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

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

 span { border-color: rgb(103,106,140); }

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