#677288

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

Shades of Waikawa Grey #677288

Tints of Waikawa Grey #677288

Color information

#677288 (or 0x677288) is unknown color: approx Waikawa Grey. HEX triplet: 67, 72 and 88. RGB value is (103,114,136). Sum of RGB (Red+Green+Blue) = 103+114+136=353 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.18% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 136 - color contains mainly: blue. Hex color #677288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677288 is #988D77. Grayscale: #717171. Windows color (decimal): -9997688 or 8942183. OLE color: 8942183.

HSL color Cylindrical-coordinate representation of color #677288: hue angle of 220º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #677288 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB103114136-
CMYK0.240.1600.47
HSL220º13.81%46.86%-
HSV(B)220º24.26%53.33%-
XYZ16.0516.725.67-
YUV113.22140.86120.71-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.18%
GREEN value IS 114 (44.92% from 255) = 32.29%
BLUE value IS 136 (53.52% from 255) = 38.53%
R=29.18%
G=32.29%
B=38.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1031141360.240.1600.4722013.8146.86
Hex677288181002Fdce2f
Octal14716221030200573341657
Binary110011111100101000100011000100000101111110111001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677288; }

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

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

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

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

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

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

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

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