#677097

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

Shades of Waikawa Grey #677097

Tints of Waikawa Grey #677097

Color information

#677097 (or 0x677097) is unknown color: approx Waikawa Grey. HEX triplet: 67, 70 and 97. RGB value is (103,112,151). Sum of RGB (Red+Green+Blue) = 103+112+151=366 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.14% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 151 - color contains mainly: blue. Hex color #677097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677097 is #988F68. Grayscale: #717171. Windows color (decimal): -9998185 or 9924711. OLE color: 9924711.

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

Color convert

RGB103112151-
CMYK0.320.2600.41
HSL228.75º18.9%49.8%-
HSV(B)228.75º31.79%59.22%-
XYZ16.9716.7131.61-
YUV113.76149.02120.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.14%
GREEN value IS 112 (44.14% from 255) = 30.60%
BLUE value IS 151 (59.38% from 255) = 41.26%
R=28.14%
G=30.60%
B=41.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1031121510.320.2600.41228.7518.949.8
Hex677097201A029e51332
Octal14716022740320513452362
Binary11001111110000100101111000001101001010011110010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677097; }

 p { color: rgb(103,112,151); }

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

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

 a { background-color: rgb(103,112,151); }

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

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

 span { border-color: rgb(103,112,151); }

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