#636887

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

Shades of Waikawa Grey #636887

Tints of Waikawa Grey #636887

Color information

#636887 (or 0x636887) is unknown color: approx Waikawa Grey. HEX triplet: 63, 68 and 87. RGB value is (99,104,135). Sum of RGB (Red+Green+Blue) = 99+104+135=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 135 - color contains mainly: blue. Hex color #636887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636887 is #9C9778. Grayscale: #696969. Windows color (decimal): -10262393 or 8874083. OLE color: 8874083.

HSL color Cylindrical-coordinate representation of color #636887: hue angle of 231.67º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #636887 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB99104135-
CMYK0.270.2300.47
HSL231.67º15.38%45.88%-
HSV(B)231.67º26.67%52.94%-
XYZ14.4714.324.92-
YUV106.04144.34122.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.29%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 135 (53.12% from 255) = 39.94%
R=29.29%
G=30.77%
B=39.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991041350.270.2300.47231.6715.3845.88
Hex6368871B1702Fe8f2e
Octal14315020733270573501756
Binary110001111010001000011111011101110101111111010001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636887; }

 p { color: rgb(99,104,135); }

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

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

 a { background-color: rgb(99,104,135); }

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

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

 span { border-color: rgb(99,104,135); }

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