#62648C

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

Shades of Comet #62648C

Tints of Comet #62648C

Color information

#62648C (or 0x62648C) is unknown color: approx Comet. HEX triplet: 62, 64 and 8C. RGB value is (98,100,140). Sum of RGB (Red+Green+Blue) = 98+100+140=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 140 - color contains mainly: blue. Hex color #62648C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62648C is #9D9B73. Grayscale: #676767. Windows color (decimal): -10328948 or 9200738. OLE color: 9200738.

HSL color Cylindrical-coordinate representation of color #62648C: hue angle of 237.14º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #62648C is Cyan = 0.3, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB98100140-
CMYK0.30.2900.45
HSL237.14º17.65%46.67%-
HSV(B)237.14º30%54.9%-
XYZ14.3313.626.68-
YUV103.96148.34123.75-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.99%
GREEN value IS 100 (39.45% from 255) = 29.59%
BLUE value IS 140 (55.08% from 255) = 41.42%
R=28.99%
G=29.59%
B=41.42%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981001400.30.2900.45237.1417.6546.67
Hex62648C1E1D02Ded122f
Octal14214421436350553552257
Binary1100010110010010001100111101110101011011110110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62648C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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