#676C98

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

Shades of Waikawa Grey #676C98

Tints of Waikawa Grey #676C98

Color information

#676C98 (or 0x676C98) is unknown color: approx Waikawa Grey. HEX triplet: 67, 6C and 98. RGB value is (103,108,152). Sum of RGB (Red+Green+Blue) = 103+108+152=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 152 - color contains mainly: blue. Hex color #676C98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676C98 is #989367. Grayscale: #6F6F6F. Windows color (decimal): -9999208 or 9989223. OLE color: 9989223.

HSL color Cylindrical-coordinate representation of color #676C98: hue angle of 233.88º 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 #676C98 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB103108152-
CMYK0.320.2900.40
HSL233.88º19.22%50%-
HSV(B)233.88º32.24%59.61%-
XYZ16.6215.8831.89-
YUV111.52150.84121.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.37%
GREEN value IS 108 (42.58% from 255) = 29.75%
BLUE value IS 152 (59.77% from 255) = 41.87%
R=28.37%
G=29.75%
B=41.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1031081520.320.2900.40233.8819.2250
Hex676C98201D028ea1332
Octal14715423040350503522362
Binary11001111101100100110001000001110101010001110101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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