#62648F

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

Shades of Governor Bay #62648F

Tints of Governor Bay #62648F

Color information

#62648F (or 0x62648F) is unknown color: approx Governor Bay. HEX triplet: 62, 64 and 8F. RGB value is (98,100,143). Sum of RGB (Red+Green+Blue) = 98+100+143=341 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.74% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 143 (56.25% from 255 or 41.94% from 341); Max value from RGB is 143 - color contains mainly: blue. Hex color #62648F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62648F is #9D9B70. Grayscale: #686868. Windows color (decimal): -10328945 or 9397346. OLE color: 9397346.

HSL color Cylindrical-coordinate representation of color #62648F: 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.31%. Process color model (Four color, CMYK) of #62648F is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB98100143-
CMYK0.310.3000.44
HSL237.33º18.67%47.25%-
HSV(B)237.33º31.47%56.08%-
XYZ14.5513.6927.86-
YUV104.3149.84123.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.74%
GREEN value IS 100 (39.45% from 255) = 29.33%
BLUE value IS 143 (56.25% from 255) = 41.94%
R=28.74%
G=29.33%
B=41.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981001430.310.3000.44237.3318.6747.25
Hex62648F1F1E02Ced132f
Octal14214421737360543552357
Binary1100010110010010001111111111111001011001110110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62648F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62648F; }

 p { color: rgb(98,100,143); }

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

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

 a { background-color: rgb(98,100,143); }

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

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

 span { border-color: rgb(98,100,143); }

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