#676D98

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

Shades of Waikawa Grey #676D98

Tints of Waikawa Grey #676D98

Color information

#676D98 (or 0x676D98) is unknown color: approx Waikawa Grey. HEX triplet: 67, 6D and 98. RGB value is (103,109,152). Sum of RGB (Red+Green+Blue) = 103+109+152=364 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.30% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 152 - color contains mainly: blue. Hex color #676D98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676D98 is #989267. Grayscale: #6F6F6F. Windows color (decimal): -9998952 or 9989479. OLE color: 9989479.

HSL color Cylindrical-coordinate representation of color #676D98: hue angle of 232.65º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #676D98 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB103109152-
CMYK0.320.2800.40
HSL232.65º19.22%50%-
HSV(B)232.65º32.24%59.61%-
XYZ16.7316.0931.93-
YUV112.11150.51121.5-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.30%
GREEN value IS 109 (42.97% from 255) = 29.95%
BLUE value IS 152 (59.77% from 255) = 41.76%
R=28.30%
G=29.95%
B=41.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1031091520.320.2800.40232.6519.2250
Hex676D98201C028e91332
Octal14715523040340503512362
Binary11001111101101100110001000001110001010001110100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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