#636E96

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

Shades of Waikawa Grey #636E96

Tints of Waikawa Grey #636E96

Color information

#636E96 (or 0x636E96) is unknown color: approx Waikawa Grey. HEX triplet: 63, 6E and 96. RGB value is (99,110,150). Sum of RGB (Red+Green+Blue) = 99+110+150=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 150 - color contains mainly: blue. Hex color #636E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636E96 is #9C9169. Grayscale: #6F6F6F. Windows color (decimal): -10260842 or 9858659. OLE color: 9858659.

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

Color convert

RGB99110150-
CMYK0.340.2700.41
HSL227.06º20.48%48.82%-
HSV(B)227.06º34%58.82%-
XYZ16.2316.0131.09-
YUV111.27149.86119.25-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.58%
GREEN value IS 110 (43.36% from 255) = 30.64%
BLUE value IS 150 (58.98% from 255) = 41.78%
R=27.58%
G=30.64%
B=41.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal991101500.340.2700.41227.0620.4848.82
Hex636E96221B029e31431
Octal14315622642330513432461
Binary11000111101110100101101000101101101010011110001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636E96; }

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

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

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

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

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

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

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

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