#636985

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

Shades of Waikawa Grey #636985

Tints of Waikawa Grey #636985

Color information

#636985 (or 0x636985) is unknown color: approx Waikawa Grey. HEX triplet: 63, 69 and 85. RGB value is (99,105,133). Sum of RGB (Red+Green+Blue) = 99+105+133=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 133 - color contains mainly: blue. Hex color #636985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636985 is #9C967A. Grayscale: #6A6A6A. Windows color (decimal): -10262139 or 8743267. OLE color: 8743267.

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

Color convert

RGB99105133-
CMYK0.260.2100.48
HSL229.41º14.66%45.49%-
HSV(B)229.41º25.56%52.16%-
XYZ14.4314.4524.22-
YUV106.4143.01122.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.38%
GREEN value IS 105 (41.41% from 255) = 31.16%
BLUE value IS 133 (52.34% from 255) = 39.47%
R=29.38%
G=31.16%
B=39.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991051330.260.2100.48229.4114.6645.49
Hex6369851A15030e5f2d
Octal14315120532250603451755
Binary110001111010011000010111010101010110000111001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636985; }

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

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

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

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

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

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

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

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