#636596

Color #636596 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #636596

Tints of Governor Bay #636596

Color information

#636596 (or 0x636596) is unknown color: approx Governor Bay. HEX triplet: 63, 65 and 96. RGB value is (99,101,150). Sum of RGB (Red+Green+Blue) = 99+101+150=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 150 - color contains mainly: blue. Hex color #636596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636596 is #9C9A69. Grayscale: #696969. Windows color (decimal): -10263146 or 9856355. OLE color: 9856355.

HSL color Cylindrical-coordinate representation of color #636596: hue angle of 237.65º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #636596 is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB99101150-
CMYK0.340.3300.41
HSL237.65º20.48%48.82%-
HSV(B)237.65º34%58.82%-
XYZ15.314.1630.78-
YUV105.99152.84123.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.29%
GREEN value IS 101 (39.84% from 255) = 28.86%
BLUE value IS 150 (58.98% from 255) = 42.86%
R=28.29%
G=28.86%
B=42.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal991011500.340.3300.41237.6520.4848.82
Hex6365962221029ee1431
Octal14314522642410513562461
Binary110001111001011001011010001010000101010011110111010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636596; }

 p { color: rgb(99,101,150); }

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

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

 a { background-color: rgb(99,101,150); }

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

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

 span { border-color: rgb(99,101,150); }

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