#636A99

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

Shades of Waikawa Grey #636A99

Tints of Waikawa Grey #636A99

Color information

#636A99 (or 0x636A99) is unknown color: approx Waikawa Grey. HEX triplet: 63, 6A and 99. RGB value is (99,106,153). Sum of RGB (Red+Green+Blue) = 99+106+153=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #636A99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636A99 is #9C9566. Grayscale: #6D6D6D. Windows color (decimal): -10261863 or 10054243. OLE color: 10054243.

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

Color convert

RGB99106153-
CMYK0.350.3100.4
HSL232.22º21.43%49.41%-
HSV(B)232.22º35.29%60%-
XYZ16.0515.2632.24-
YUV109.26152.68120.68-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.65%
GREEN value IS 106 (41.80% from 255) = 29.61%
BLUE value IS 153 (60.16% from 255) = 42.74%
R=27.65%
G=29.61%
B=42.74%

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
Decimal991061530.350.3100.4232.2221.4349.41
Hex636A99231F028e81531
Octal14315223143370503502561
Binary11000111101010100110011000111111101010001110100010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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