#626585

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

Shades of Comet #626585

Tints of Comet #626585

Color information

#626585 (or 0x626585) is unknown color: approx Comet. HEX triplet: 62, 65 and 85. RGB value is (98,101,133). Sum of RGB (Red+Green+Blue) = 98+101+133=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #626585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626585 is #9D9A7A. Grayscale: #676767. Windows color (decimal): -10328699 or 8742242. OLE color: 8742242.

HSL color Cylindrical-coordinate representation of color #626585: hue angle of 234.86º 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 #626585 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB98101133-
CMYK0.260.2400.48
HSL234.86º15.15%45.29%-
HSV(B)234.86º26.32%52.16%-
XYZ13.9213.624.08-
YUV103.75144.51123.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.52%
GREEN value IS 101 (39.84% from 255) = 30.42%
BLUE value IS 133 (52.34% from 255) = 40.06%
R=29.52%
G=30.42%
B=40.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal981011330.260.2400.48234.8615.1545.29
Hex6265851A18030ebf2d
Octal14214520532300603531755
Binary110001011001011000010111010110000110000111010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626585; }

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

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

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

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

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

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

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

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