#677299

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

Shades of Waikawa Grey #677299

Tints of Waikawa Grey #677299

Color information

#677299 (or 0x677299) is unknown color: approx Waikawa Grey. HEX triplet: 67, 72 and 99. RGB value is (103,114,153). Sum of RGB (Red+Green+Blue) = 103+114+153=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 153 - color contains mainly: blue. Hex color #677299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677299 is #988D66. Grayscale: #727272. Windows color (decimal): -9997671 or 10056295. OLE color: 10056295.

HSL color Cylindrical-coordinate representation of color #677299: hue angle of 226.8º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #677299 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB103114153-
CMYK0.330.2500.4
HSL226.8º19.69%50.2%-
HSV(B)226.8º32.68%60%-
XYZ17.3617.2232.55-
YUV115.16149.36119.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.84%
GREEN value IS 114 (44.92% from 255) = 30.81%
BLUE value IS 153 (60.16% from 255) = 41.35%
R=27.84%
G=30.81%
B=41.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1031141530.330.2500.4226.819.6950.2
Hex6772992119028e31432
Octal14716223141310503432462
Binary11001111110010100110011000011100101010001110001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677299; }

 p { color: rgb(103,114,153); }

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

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

 a { background-color: rgb(103,114,153); }

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

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

 span { border-color: rgb(103,114,153); }

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