#636D99

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

Shades of Waikawa Grey #636D99

Tints of Waikawa Grey #636D99

Color information

#636D99 (or 0x636D99) is unknown color: approx Waikawa Grey. HEX triplet: 63, 6D and 99. RGB value is (99,109,153). Sum of RGB (Red+Green+Blue) = 99+109+153=361 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.42% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #636D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636D99 is #9C9266. Grayscale: #6E6E6E. Windows color (decimal): -10261095 or 10055011. OLE color: 10055011.

HSL color Cylindrical-coordinate representation of color #636D99: hue angle of 228.89º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #636D99 is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB99109153-
CMYK0.350.2900.4
HSL228.89º21.43%49.41%-
HSV(B)228.89º35.29%60%-
XYZ16.3615.8932.34-
YUV111.03151.69119.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.42%
GREEN value IS 109 (42.97% from 255) = 30.19%
BLUE value IS 153 (60.16% from 255) = 42.38%
R=27.42%
G=30.19%
B=42.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal991091530.350.2900.4228.8921.4349.41
Hex636D99231D028e51531
Octal14315523143350503452561
Binary11000111101101100110011000111110101010001110010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,109,153); }

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

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

 a { background-color: rgb(99,109,153); }

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

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

 span { border-color: rgb(99,109,153); }

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