#637697

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

Shades of Waikawa Grey #637697

Tints of Waikawa Grey #637697

Color information

#637697 (or 0x637697) is unknown color: approx Waikawa Grey. HEX triplet: 63, 76 and 97. RGB value is (99,118,151). Sum of RGB (Red+Green+Blue) = 99+118+151=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 151 (59.38% from 255 or 41.03% from 368); Max value from RGB is 151 - color contains mainly: blue. Hex color #637697 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637697 is #9C8968. Grayscale: #737373. Windows color (decimal): -10258793 or 9926243. OLE color: 9926243.

HSL color Cylindrical-coordinate representation of color #637697: hue angle of 218.08º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #637697 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB99118151-
CMYK0.340.2200.41
HSL218.08º20.8%49.02%-
HSV(B)218.08º34.44%59.22%-
XYZ17.2117.8431.82-
YUV116.08147.71115.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.90%
GREEN value IS 118 (46.48% from 255) = 32.07%
BLUE value IS 151 (59.38% from 255) = 41.03%
R=26.90%
G=32.07%
B=41.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal991181510.340.2200.41218.0820.849.02
Hex6376972216029da1531
Octal14316622742260513322561
Binary11000111110110100101111000101011001010011101101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637697; }

 p { color: rgb(99,118,151); }

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

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

 a { background-color: rgb(99,118,151); }

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

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

 span { border-color: rgb(99,118,151); }

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