#677191

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

Shades of Waikawa Grey #677191

Tints of Waikawa Grey #677191

Color information

#677191 (or 0x677191) is unknown color: approx Waikawa Grey. HEX triplet: 67, 71 and 91. RGB value is (103,113,145). Sum of RGB (Red+Green+Blue) = 103+113+145=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 145 - color contains mainly: blue. Hex color #677191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677191 is #988E6E. Grayscale: #717171. Windows color (decimal): -9997935 or 9531751. OLE color: 9531751.

HSL color Cylindrical-coordinate representation of color #677191: hue angle of 225.71º 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 #677191 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB103113145-
CMYK0.290.2200.43
HSL225.71º16.94%48.63%-
HSV(B)225.71º28.97%56.86%-
XYZ16.6116.7429.14-
YUV113.66145.69120.4-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.53%
GREEN value IS 113 (44.53% from 255) = 31.30%
BLUE value IS 145 (57.03% from 255) = 40.17%
R=28.53%
G=31.30%
B=40.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1031131450.290.2200.43225.7116.9448.63
Hex6771911D1602Be21131
Octal14716122135260533422161
Binary1100111111000110010001111011011001010111110001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677191; }

 p { color: rgb(103,113,145); }

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

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

 a { background-color: rgb(103,113,145); }

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

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

 span { border-color: rgb(103,113,145); }

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