#676B8E

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

Shades of Waikawa Grey #676B8E

Tints of Waikawa Grey #676B8E

Color information

#676B8E (or 0x676B8E) is unknown color: approx Waikawa Grey. HEX triplet: 67, 6B and 8E. RGB value is (103,107,142). Sum of RGB (Red+Green+Blue) = 103+107+142=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 142 - color contains mainly: blue. Hex color #676B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676B8E is #989471. Grayscale: #6D6D6D. Windows color (decimal): -9999474 or 9333607. OLE color: 9333607.

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

Color convert

RGB103107142-
CMYK0.270.2500.44
HSL233.85º15.92%48.04%-
HSV(B)233.85º27.46%55.69%-
XYZ15.7315.3527.73-
YUV109.79146.17123.15-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.26%
GREEN value IS 107 (42.19% from 255) = 30.40%
BLUE value IS 142 (55.86% from 255) = 40.34%
R=29.26%
G=30.40%
B=40.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1031071420.270.2500.44233.8515.9248.04
Hex676B8E1B1902Cea1030
Octal14715321633310543522060
Binary1100111110101110001110110111100101011001110101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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