#626485

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

Shades of Comet #626485

Tints of Comet #626485

Color information

#626485 (or 0x626485) is unknown color: approx Comet. HEX triplet: 62, 64 and 85. RGB value is (98,100,133). Sum of RGB (Red+Green+Blue) = 98+100+133=331 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.61% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 133 - color contains mainly: blue. Hex color #626485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626485 is #9D9B7A. Grayscale: #676767. Windows color (decimal): -10328955 or 8741986. OLE color: 8741986.

HSL color Cylindrical-coordinate representation of color #626485: hue angle of 236.57º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #626485 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB98100133-
CMYK0.260.2500.48
HSL236.57º15.15%45.29%-
HSV(B)236.57º26.32%52.16%-
XYZ13.8313.424.05-
YUV103.16144.84124.32-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.61%
GREEN value IS 100 (39.45% from 255) = 30.21%
BLUE value IS 133 (52.34% from 255) = 40.18%
R=29.61%
G=30.21%
B=40.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal981001330.260.2500.48236.5715.1545.29
Hex6264851A19030edf2d
Octal14214420532310603551755
Binary110001011001001000010111010110010110000111011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626485; }

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

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

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

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

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

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

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

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