#636983

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

Shades of Waikawa Grey #636983

Tints of Waikawa Grey #636983

Color information

#636983 (or 0x636983) is unknown color: approx Waikawa Grey. HEX triplet: 63, 69 and 83. RGB value is (99,105,131). Sum of RGB (Red+Green+Blue) = 99+105+131=335 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.55% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 131 - color contains mainly: blue. Hex color #636983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636983 is #9C967C. Grayscale: #6A6A6A. Windows color (decimal): -10262141 or 8612195. OLE color: 8612195.

HSL color Cylindrical-coordinate representation of color #636983: hue angle of 228.75º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #636983 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB99105131-
CMYK0.240.2000.49
HSL228.75º13.91%45.1%-
HSV(B)228.75º24.43%51.37%-
XYZ14.2914.3923.5-
YUV106.17142.01122.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.55%
GREEN value IS 105 (41.41% from 255) = 31.34%
BLUE value IS 131 (51.56% from 255) = 39.10%
R=29.55%
G=31.34%
B=39.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal991051310.240.2000.49228.7513.9145.1
Hex6369831814031e5e2d
Octal14315120330240613451655
Binary110001111010011000001111000101000110001111001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636983; }

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

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

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

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

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

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

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

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