#636B8B

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

Shades of Waikawa Grey #636B8B

Tints of Waikawa Grey #636B8B

Color information

#636B8B (or 0x636B8B) is unknown color: approx Waikawa Grey. HEX triplet: 63, 6B and 8B. RGB value is (99,107,139). Sum of RGB (Red+Green+Blue) = 99+107+139=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 139 - color contains mainly: blue. Hex color #636B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636B8B is #9C9474. Grayscale: #6C6C6C. Windows color (decimal): -10261621 or 9136995. OLE color: 9136995.

HSL color Cylindrical-coordinate representation of color #636B8B: hue angle of 228º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #636B8B is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB99107139-
CMYK0.290.2300.45
HSL228º16.81%46.67%-
HSV(B)228º28.78%54.51%-
XYZ15.0615.0326.53-
YUV108.26145.35121.4-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.70%
GREEN value IS 107 (42.19% from 255) = 31.01%
BLUE value IS 139 (54.69% from 255) = 40.29%
R=28.70%
G=31.01%
B=40.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal991071390.290.2300.4522816.8146.67
Hex636B8B1D1702De4112f
Octal14315321335270553442157
Binary1100011110101110001011111011011101011011110010010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,107,139); }

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

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

 a { background-color: rgb(99,107,139); }

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

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

 span { border-color: rgb(99,107,139); }

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