#61638E

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

Shades of Governor Bay #61638E

Tints of Governor Bay #61638E

Color information

#61638E (or 0x61638E) is unknown color: approx Governor Bay. HEX triplet: 61, 63 and 8E. RGB value is (97,99,142). Sum of RGB (Red+Green+Blue) = 97+99+142=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 99 (39.06% from 255 or 29.29% 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 #61638E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61638E is #9E9C71. Grayscale: #676767. Windows color (decimal): -10394738 or 9331553. OLE color: 9331553.

HSL color Cylindrical-coordinate representation of color #61638E: hue angle of 237.33º 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 #61638E is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9799142-
CMYK0.320.3000.44
HSL237.33º18.83%46.86%-
HSV(B)237.33º31.69%55.69%-
XYZ14.2713.4227.43-
YUV103.3149.84123.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.70%
GREEN value IS 99 (39.06% from 255) = 29.29%
BLUE value IS 142 (55.86% from 255) = 42.01%
R=28.70%
G=29.29%
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
Decimal97991420.320.3000.44237.3318.8346.86
Hex61638E201E02Ced132f
Octal14114321640360543552357
Binary11000011100011100011101000001111001011001110110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61638E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,99,142); }

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

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

 a { background-color: rgb(97,99,142); }

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

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

 span { border-color: rgb(97,99,142); }

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