#636981

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

Shades of Waikawa Grey #636981

Tints of Waikawa Grey #636981

Color information

#636981 (or 0x636981) is unknown color: approx Waikawa Grey. HEX triplet: 63, 69 and 81. RGB value is (99,105,129). Sum of RGB (Red+Green+Blue) = 99+105+129=333 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.73% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 129 - color contains mainly: blue. Hex color #636981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636981 is #9C967E. Grayscale: #696969. Windows color (decimal): -10262143 or 8481123. OLE color: 8481123.

HSL color Cylindrical-coordinate representation of color #636981: hue angle of 228º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #636981 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB99105129-
CMYK0.230.1900.49
HSL228º13.16%44.71%-
HSV(B)228º23.26%50.59%-
XYZ14.1614.3422.79-
YUV105.94141.01123.05-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.73%
GREEN value IS 105 (41.41% from 255) = 31.53%
BLUE value IS 129 (50.78% from 255) = 38.74%
R=29.73%
G=31.53%
B=38.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal991051290.230.1900.4922813.1644.71
Hex6369811713031e4d2d
Octal14315120127230613441555
Binary110001111010011000000110111100110110001111001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636981; }

 p { color: rgb(99,105,129); }

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

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

 a { background-color: rgb(99,105,129); }

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

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

 span { border-color: rgb(99,105,129); }

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