#677AA1

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

Shades of Waikawa Grey #677AA1

Tints of Waikawa Grey #677AA1

Color information

#677AA1 (or 0x677AA1) is unknown color: approx Waikawa Grey. HEX triplet: 67, 7A and A1. RGB value is (103,122,161). Sum of RGB (Red+Green+Blue) = 103+122+161=386 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.68% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 161 - color contains mainly: blue. Hex color #677AA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677AA1 is #98855E. Grayscale: #787878. Windows color (decimal): -9995615 or 10582631. OLE color: 10582631.

HSL color Cylindrical-coordinate representation of color #677AA1: hue angle of 220.34º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #677AA1 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB103122161-
CMYK0.360.2400.37
HSL220.34º23.58%51.76%-
HSV(B)220.34º36.02%63.14%-
XYZ18.9919.3836.46-
YUV120.76150.71115.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.68%
GREEN value IS 122 (48.05% from 255) = 31.61%
BLUE value IS 161 (63.28% from 255) = 41.71%
R=26.68%
G=31.61%
B=41.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1031221610.360.2400.37220.3423.5851.76
Hex677AA12418025dc1834
Octal14717224144300453343064
Binary11001111111010101000011001001100001001011101110011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677AA1; }

 p { color: rgb(103,122,161); }

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

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

 a { background-color: rgb(103,122,161); }

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

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

 span { border-color: rgb(103,122,161); }

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