#636C83

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

Shades of Waikawa Grey #636C83

Tints of Waikawa Grey #636C83

Color information

#636C83 (or 0x636C83) is unknown color: approx Waikawa Grey. HEX triplet: 63, 6C and 83. RGB value is (99,108,131). Sum of RGB (Red+Green+Blue) = 99+108+131=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 131 - color contains mainly: blue. Hex color #636C83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636C83 is #9C937C. Grayscale: #6B6B6B. Windows color (decimal): -10261373 or 8612963. OLE color: 8612963.

HSL color Cylindrical-coordinate representation of color #636C83: hue angle of 223.12º 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 #636C83 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB99108131-
CMYK0.240.1800.49
HSL223.12º13.91%45.1%-
HSV(B)223.12º24.43%51.37%-
XYZ14.615.0223.6-
YUV107.93141.02121.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.29%
GREEN value IS 108 (42.58% from 255) = 31.95%
BLUE value IS 131 (51.56% from 255) = 38.76%
R=29.29%
G=31.95%
B=38.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal991081310.240.1800.49223.1213.9145.1
Hex636C831812031dfe2d
Octal14315420330220613371655
Binary110001111011001000001111000100100110001110111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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