#60649B

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

Shades of Governor Bay #60649B

Tints of Governor Bay #60649B

Color information

#60649B (or 0x60649B) is unknown color: approx Governor Bay. HEX triplet: 60, 64 and 9B. RGB value is (96,100,155). Sum of RGB (Red+Green+Blue) = 96+100+155=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #60649B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60649B is #9F9B64. Grayscale: #686868. Windows color (decimal): -10460005 or 10183776. OLE color: 10183776.

HSL color Cylindrical-coordinate representation of color #60649B: hue angle of 235.93º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60649B is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB96100155-
CMYK0.380.3500.39
HSL235.93º23.51%49.22%-
HSV(B)235.93º38.06%60.78%-
XYZ15.313.9732.9-
YUV105.07156.17121.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.35%
GREEN value IS 100 (39.45% from 255) = 28.49%
BLUE value IS 155 (60.94% from 255) = 44.16%
R=27.35%
G=28.49%
B=44.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal961001550.380.3500.39235.9323.5149.22
Hex60649B2623027ec1831
Octal14014423346430473543061
Binary110000011001001001101110011010001101001111110110011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60649B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60649B; }

 p { color: rgb(96,100,155); }

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

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

 a { background-color: rgb(96,100,155); }

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

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

 span { border-color: rgb(96,100,155); }

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