#63648E

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

Shades of Governor Bay #63648E

Tints of Governor Bay #63648E

Color information

#63648E (or 0x63648E) is unknown color: approx Governor Bay. HEX triplet: 63, 64 and 8E. RGB value is (99,100,142). Sum of RGB (Red+Green+Blue) = 99+100+142=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 142 - color contains mainly: blue. Hex color #63648E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63648E is #9C9B71. Grayscale: #686868. Windows color (decimal): -10263410 or 9331811. OLE color: 9331811.

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

Color convert

RGB99100142-
CMYK0.300.3000.44
HSL238.6º17.84%47.25%-
HSV(B)238.6º30.28%55.69%-
XYZ14.5913.7227.47-
YUV104.49149.17124.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.03%
GREEN value IS 100 (39.45% from 255) = 29.33%
BLUE value IS 142 (55.86% from 255) = 41.64%
R=29.03%
G=29.33%
B=41.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal991001420.300.3000.44238.617.8447.25
Hex63648E1E1E02Cef122f
Octal14314421636360543572257
Binary1100011110010010001110111101111001011001110111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63648E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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