#637596

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

Shades of Waikawa Grey #637596

Tints of Waikawa Grey #637596

Color information

#637596 (or 0x637596) is unknown color: approx Waikawa Grey. HEX triplet: 63, 75 and 96. RGB value is (99,117,150). Sum of RGB (Red+Green+Blue) = 99+117+150=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 150 - color contains mainly: blue. Hex color #637596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637596 is #9C8A69. Grayscale: #737373. Windows color (decimal): -10259050 or 9860451. OLE color: 9860451.

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

Color convert

RGB99117150-
CMYK0.340.2200.41
HSL218.82º20.48%48.82%-
HSV(B)218.82º34%58.82%-
XYZ17.0117.5831.35-
YUV115.38147.54116.32-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.05%
GREEN value IS 117 (46.09% from 255) = 31.97%
BLUE value IS 150 (58.98% from 255) = 40.98%
R=27.05%
G=31.97%
B=40.98%

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
Decimal991171500.340.2200.41218.8220.4848.82
Hex6375962216029db1431
Octal14316522642260513332461
Binary11000111110101100101101000101011001010011101101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637596; }

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

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

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

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

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

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

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

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