#676E8B

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

Shades of Waikawa Grey #676E8B

Tints of Waikawa Grey #676E8B

Color information

#676E8B (or 0x676E8B) is unknown color: approx Waikawa Grey. HEX triplet: 67, 6E and 8B. RGB value is (103,110,139). Sum of RGB (Red+Green+Blue) = 103+110+139=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 139 - color contains mainly: blue. Hex color #676E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676E8B is #989174. Grayscale: #6F6F6F. Windows color (decimal): -9998709 or 9137767. OLE color: 9137767.

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

Color convert

RGB103110139-
CMYK0.260.2100.45
HSL228.33º14.88%47.45%-
HSV(B)228.33º25.9%54.51%-
XYZ15.8315.926.66-
YUV111.21143.68122.14-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.26%
GREEN value IS 110 (43.36% from 255) = 31.25%
BLUE value IS 139 (54.69% from 255) = 39.49%
R=29.26%
G=31.25%
B=39.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1031101390.260.2100.45228.3314.8847.45
Hex676E8B1A1502De4f2f
Octal14715621332250553441757
Binary110011111011101000101111010101010101101111001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,110,139); }

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

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

 a { background-color: rgb(103,110,139); }

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

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

 span { border-color: rgb(103,110,139); }

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