#636E8A

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

Shades of Waikawa Grey #636E8A

Tints of Waikawa Grey #636E8A

Color information

#636E8A (or 0x636E8A) is unknown color: approx Waikawa Grey. HEX triplet: 63, 6E and 8A. RGB value is (99,110,138). Sum of RGB (Red+Green+Blue) = 99+110+138=347 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.53% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 138 - color contains mainly: blue. Hex color #636E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636E8A is #9C9175. Grayscale: #6D6D6D. Windows color (decimal): -10260854 or 9072227. OLE color: 9072227.

HSL color Cylindrical-coordinate representation of color #636E8A: hue angle of 223.08º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #636E8A is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB99110138-
CMYK0.280.2000.46
HSL223.08º16.46%46.47%-
HSV(B)223.08º28.26%54.12%-
XYZ15.3115.6426.26-
YUV109.9143.86120.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.53%
GREEN value IS 110 (43.36% from 255) = 31.70%
BLUE value IS 138 (54.30% from 255) = 39.77%
R=28.53%
G=31.70%
B=39.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal991101380.280.2000.46223.0816.4646.47
Hex636E8A1C1402Edf102e
Octal14315621234240563372056
Binary1100011110111010001010111001010001011101101111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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