#60648E

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

Shades of Governor Bay #60648E

Tints of Governor Bay #60648E

Color information

#60648E (or 0x60648E) is unknown color: approx Governor Bay. HEX triplet: 60, 64 and 8E. RGB value is (96,100,142). Sum of RGB (Red+Green+Blue) = 96+100+142=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 142 - color contains mainly: blue. Hex color #60648E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60648E is #9F9B71. Grayscale: #676767. Windows color (decimal): -10460018 or 9331808. OLE color: 9331808.

HSL color Cylindrical-coordinate representation of color #60648E: hue angle of 234.78º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60648E is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB96100142-
CMYK0.320.3000.44
HSL234.78º19.33%46.67%-
HSV(B)234.78º32.39%55.69%-
XYZ14.2613.5527.46-
YUV103.59149.67122.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.40%
GREEN value IS 100 (39.45% from 255) = 29.59%
BLUE value IS 142 (55.86% from 255) = 42.01%
R=28.40%
G=29.59%
B=42.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961001420.320.3000.44234.7819.3346.67
Hex60648E201E02Ceb132f
Octal14014421640360543532357
Binary11000001100100100011101000001111001011001110101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60648E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60648E; }

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

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

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

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

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

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

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

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