#636A8B

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

Shades of Waikawa Grey #636A8B

Tints of Waikawa Grey #636A8B

Color information

#636A8B (or 0x636A8B) is unknown color: approx Waikawa Grey. HEX triplet: 63, 6A and 8B. RGB value is (99,106,139). Sum of RGB (Red+Green+Blue) = 99+106+139=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #636A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636A8B is #9C9574. Grayscale: #6B6B6B. Windows color (decimal): -10261877 or 9136739. OLE color: 9136739.

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

Color convert

RGB99106139-
CMYK0.290.2400.45
HSL229.5º16.81%46.67%-
HSV(B)229.5º28.78%54.51%-
XYZ14.9614.8226.5-
YUV107.67145.68121.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.78%
GREEN value IS 106 (41.80% from 255) = 30.81%
BLUE value IS 139 (54.69% from 255) = 40.41%
R=28.78%
G=30.81%
B=40.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal991061390.290.2400.45229.516.8146.67
Hex636A8B1D1802De6112f
Octal14315221335300553462157
Binary1100011110101010001011111011100001011011110011010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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