#636999

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

Shades of Waikawa Grey #636999

Tints of Waikawa Grey #636999

Color information

#636999 (or 0x636999) is unknown color: approx Waikawa Grey. HEX triplet: 63, 69 and 99. RGB value is (99,105,153). Sum of RGB (Red+Green+Blue) = 99+105+153=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #636999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636999 is #9C9666. Grayscale: #6C6C6C. Windows color (decimal): -10262119 or 10053987. OLE color: 10053987.

HSL color Cylindrical-coordinate representation of color #636999: hue angle of 233.33º 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 #636999 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB99105153-
CMYK0.350.3100.4
HSL233.33º21.43%49.41%-
HSV(B)233.33º35.29%60%-
XYZ15.9515.0632.2-
YUV108.68153.01121.1-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.73%
GREEN value IS 105 (41.41% from 255) = 29.41%
BLUE value IS 153 (60.16% from 255) = 42.86%
R=27.73%
G=29.41%
B=42.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal991051530.350.3100.4233.3321.4349.41
Hex636999231F028e91531
Octal14315123143370503512561
Binary11000111101001100110011000111111101010001110100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636999; }

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

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

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

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

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

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

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

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