#676D92

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

Shades of Waikawa Grey #676D92

Tints of Waikawa Grey #676D92

Color information

#676D92 (or 0x676D92) is unknown color: approx Waikawa Grey. HEX triplet: 67, 6D and 92. RGB value is (103,109,146). Sum of RGB (Red+Green+Blue) = 103+109+146=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 146 - color contains mainly: blue. Hex color #676D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676D92 is #98926D. Grayscale: #6F6F6F. Windows color (decimal): -9998958 or 9596263. OLE color: 9596263.

HSL color Cylindrical-coordinate representation of color #676D92: hue angle of 231.63º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #676D92 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB103109146-
CMYK0.290.2500.43
HSL231.63º17.27%48.82%-
HSV(B)231.63º29.45%57.25%-
XYZ16.2515.929.41-
YUV111.42147.51121.99-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.77%
GREEN value IS 109 (42.97% from 255) = 30.45%
BLUE value IS 146 (57.42% from 255) = 40.78%
R=28.77%
G=30.45%
B=40.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1031091460.290.2500.43231.6317.2748.82
Hex676D921D1902Be81131
Octal14715522235310533502161
Binary1100111110110110010010111011100101010111110100010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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