#636D85

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

Shades of Waikawa Grey #636D85

Tints of Waikawa Grey #636D85

Color information

#636D85 (or 0x636D85) is unknown color: approx Waikawa Grey. HEX triplet: 63, 6D and 85. RGB value is (99,109,133). Sum of RGB (Red+Green+Blue) = 99+109+133=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 133 - color contains mainly: blue. Hex color #636D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636D85 is #9C927A. Grayscale: #6C6C6C. Windows color (decimal): -10261115 or 8744291. OLE color: 8744291.

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

Color convert

RGB99109133-
CMYK0.260.1800.48
HSL222.35º14.66%45.49%-
HSV(B)222.35º25.56%52.16%-
XYZ14.8515.2824.36-
YUV108.75141.69121.05-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.03%
GREEN value IS 109 (42.97% from 255) = 31.96%
BLUE value IS 133 (52.34% from 255) = 39.00%
R=29.03%
G=31.96%
B=39.00%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991091330.260.1800.48222.3514.6645.49
Hex636D851A12030def2d
Octal14315520532220603361755
Binary110001111011011000010111010100100110000110111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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