#636A85

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

Shades of Waikawa Grey #636A85

Tints of Waikawa Grey #636A85

Color information

#636A85 (or 0x636A85) is unknown color: approx Waikawa Grey. HEX triplet: 63, 6A and 85. RGB value is (99,106,133). Sum of RGB (Red+Green+Blue) = 99+106+133=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 133 - color contains mainly: blue. Hex color #636A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636A85 is #9C957A. Grayscale: #6A6A6A. Windows color (decimal): -10261883 or 8743523. OLE color: 8743523.

HSL color Cylindrical-coordinate representation of color #636A85: hue angle of 227.65º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #636A85 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB99106133-
CMYK0.260.2000.48
HSL227.65º14.66%45.49%-
HSV(B)227.65º25.56%52.16%-
XYZ14.5314.6524.25-
YUV106.98142.68122.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.29%
GREEN value IS 106 (41.80% from 255) = 31.36%
BLUE value IS 133 (52.34% from 255) = 39.35%
R=29.29%
G=31.36%
B=39.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991061330.260.2000.48227.6514.6645.49
Hex636A851A14030e4f2d
Octal14315220532240603441755
Binary110001111010101000010111010101000110000111001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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