#637296

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

Shades of Waikawa Grey #637296

Tints of Waikawa Grey #637296

Color information

#637296 (or 0x637296) is unknown color: approx Waikawa Grey. HEX triplet: 63, 72 and 96. RGB value is (99,114,150). Sum of RGB (Red+Green+Blue) = 99+114+150=363 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.27% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 150 - color contains mainly: blue. Hex color #637296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637296 is #9C8D69. Grayscale: #717171. Windows color (decimal): -10259818 or 9859683. OLE color: 9859683.

HSL color Cylindrical-coordinate representation of color #637296: hue angle of 222.35º degrees, saturation: 0.2, 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 #637296 is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB99114150-
CMYK0.340.2400.41
HSL222.35º20.48%48.82%-
HSV(B)222.35º34%58.82%-
XYZ16.6716.8931.24-
YUV113.62148.53117.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.27%
GREEN value IS 114 (44.92% from 255) = 31.40%
BLUE value IS 150 (58.98% from 255) = 41.32%
R=27.27%
G=31.40%
B=41.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal991141500.340.2400.41222.3520.4848.82
Hex6372962218029de1431
Octal14316222642300513362461
Binary11000111110010100101101000101100001010011101111010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637296; }

 p { color: rgb(99,114,150); }

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

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

 a { background-color: rgb(99,114,150); }

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

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

 span { border-color: rgb(99,114,150); }

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