#636990

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

Shades of Waikawa Grey #636990

Tints of Waikawa Grey #636990

Color information

#636990 (or 0x636990) is unknown color: approx Waikawa Grey. HEX triplet: 63, 69 and 90. RGB value is (99,105,144). Sum of RGB (Red+Green+Blue) = 99+105+144=348 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.45% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 144 - color contains mainly: blue. Hex color #636990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636990 is #9C966F. Grayscale: #6B6B6B. Windows color (decimal): -10262128 or 9464163. OLE color: 9464163.

HSL color Cylindrical-coordinate representation of color #636990: hue angle of 232º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #636990 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB99105144-
CMYK0.310.2700.44
HSL232º18.52%47.65%-
HSV(B)232º31.25%56.47%-
XYZ15.2314.7728.43-
YUV107.65148.51121.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.45%
GREEN value IS 105 (41.41% from 255) = 30.17%
BLUE value IS 144 (56.64% from 255) = 41.38%
R=28.45%
G=30.17%
B=41.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal991051440.310.2700.4423218.5247.65
Hex6369901F1B02Ce81330
Octal14315122037330543502360
Binary1100011110100110010000111111101101011001110100010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636990; }

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

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

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

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

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

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

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

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