#677598

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

Shades of Waikawa Grey #677598

Tints of Waikawa Grey #677598

Color information

#677598 (or 0x677598) is unknown color: approx Waikawa Grey. HEX triplet: 67, 75 and 98. RGB value is (103,117,152). Sum of RGB (Red+Green+Blue) = 103+117+152=372 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.69% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 152 - color contains mainly: blue. Hex color #677598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677598 is #988A67. Grayscale: #747474. Windows color (decimal): -9996904 or 9991527. OLE color: 9991527.

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

Color convert

RGB103117152-
CMYK0.320.2300.40
HSL222.86º19.22%50%-
HSV(B)222.86º32.24%59.61%-
XYZ17.6217.8732.23-
YUV116.8147.86118.15-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.69%
GREEN value IS 117 (46.09% from 255) = 31.45%
BLUE value IS 152 (59.77% from 255) = 40.86%
R=27.69%
G=31.45%
B=40.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1031171520.320.2300.40222.8619.2250
Hex6775982017028df1332
Octal14716523040270503372362
Binary11001111110101100110001000001011101010001101111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677598; }

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

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

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

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

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

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

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

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