#60659B

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

Shades of Governor Bay #60659B

Tints of Governor Bay #60659B

Color information

#60659B (or 0x60659B) is unknown color: approx Governor Bay. HEX triplet: 60, 65 and 9B. RGB value is (96,101,155). Sum of RGB (Red+Green+Blue) = 96+101+155=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 155 - color contains mainly: blue. Hex color #60659B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60659B is #9F9A64. Grayscale: #696969. Windows color (decimal): -10459749 or 10184032. OLE color: 10184032.

HSL color Cylindrical-coordinate representation of color #60659B: hue angle of 234.92º 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 #60659B is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB96101155-
CMYK0.380.3500.39
HSL234.92º23.51%49.22%-
HSV(B)234.92º38.06%60.78%-
XYZ15.3914.1632.93-
YUV105.66155.84121.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.27%
GREEN value IS 101 (39.84% from 255) = 28.69%
BLUE value IS 155 (60.94% from 255) = 44.03%
R=27.27%
G=28.69%
B=44.03%

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
Decimal961011550.380.3500.39234.9223.5149.22
Hex60659B2623027eb1831
Octal14014523346430473533061
Binary110000011001011001101110011010001101001111110101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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