#677198

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

Shades of Waikawa Grey #677198

Tints of Waikawa Grey #677198

Color information

#677198 (or 0x677198) is unknown color: approx Waikawa Grey. HEX triplet: 67, 71 and 98. RGB value is (103,113,152). Sum of RGB (Red+Green+Blue) = 103+113+152=368 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.99% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 152 - color contains mainly: blue. Hex color #677198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677198 is #988E67. Grayscale: #727272. Windows color (decimal): -9997928 or 9990503. OLE color: 9990503.

HSL color Cylindrical-coordinate representation of color #677198: hue angle of 227.76º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #677198 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB103113152-
CMYK0.320.2600.40
HSL227.76º19.22%50%-
HSV(B)227.76º32.24%59.61%-
XYZ17.1716.9632.07-
YUV114.46149.19119.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.99%
GREEN value IS 113 (44.53% from 255) = 30.71%
BLUE value IS 152 (59.77% from 255) = 41.30%
R=27.99%
G=30.71%
B=41.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1031131520.320.2600.40227.7619.2250
Hex677198201A028e41332
Octal14716123040320503442362
Binary11001111110001100110001000001101001010001110010010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677198; }

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

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

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

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

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

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

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

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