#677593

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

Shades of Waikawa Grey #677593

Tints of Waikawa Grey #677593

Color information

#677593 (or 0x677593) is unknown color: approx Waikawa Grey. HEX triplet: 67, 75 and 93. RGB value is (103,117,147). Sum of RGB (Red+Green+Blue) = 103+117+147=367 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.07% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 147 - color contains mainly: blue. Hex color #677593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677593 is #988A6C. Grayscale: #747474. Windows color (decimal): -9996909 or 9663847. OLE color: 9663847.

HSL color Cylindrical-coordinate representation of color #677593: hue angle of 220.91º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #677593 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB103117147-
CMYK0.300.2000.42
HSL220.91º17.6%49.02%-
HSV(B)220.91º29.93%57.65%-
XYZ17.2217.7130.12-
YUV116.23145.36118.56-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.07%
GREEN value IS 117 (46.09% from 255) = 31.88%
BLUE value IS 147 (57.81% from 255) = 40.05%
R=28.07%
G=31.88%
B=40.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031171470.300.2000.42220.9117.649.02
Hex6775931E1402Add1231
Octal14716522336240523352261
Binary1100111111010110010011111101010001010101101110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677593; }

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

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

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

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

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

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

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

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