#636D9C

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

Shades of Waikawa Grey #636D9C

Tints of Waikawa Grey #636D9C

Color information

#636D9C (or 0x636D9C) is unknown color: approx Waikawa Grey. HEX triplet: 63, 6D and 9C. RGB value is (99,109,156). Sum of RGB (Red+Green+Blue) = 99+109+156=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 156 - color contains mainly: blue. Hex color #636D9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636D9C is #9C9263. Grayscale: #6F6F6F. Windows color (decimal): -10261092 or 10251619. OLE color: 10251619.

HSL color Cylindrical-coordinate representation of color #636D9C: hue angle of 229.47º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #636D9C is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB99109156-
CMYK0.370.3000.39
HSL229.47º22.35%50%-
HSV(B)229.47º36.54%61.18%-
XYZ16.6115.9933.66-
YUV111.37153.19119.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.20%
GREEN value IS 109 (42.97% from 255) = 29.95%
BLUE value IS 156 (61.33% from 255) = 42.86%
R=27.20%
G=29.95%
B=42.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991091560.370.3000.39229.4722.3550
Hex636D9C251E027e51632
Octal14315523445360473452662
Binary11000111101101100111001001011111001001111110010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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