#626085

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

Shades of Comet #626085

Tints of Comet #626085

Color information

#626085 (or 0x626085) is unknown color: approx Comet. HEX triplet: 62, 60 and 85. RGB value is (98,96,133). Sum of RGB (Red+Green+Blue) = 98+96+133=327 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.97% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 133 - color contains mainly: blue. Hex color #626085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626085 is #9D9F7A. Grayscale: #646464. Windows color (decimal): -10329979 or 8740962. OLE color: 8740962.

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

Color convert

RGB9896133-
CMYK0.260.2800.48
HSL243.24º16.16%44.9%-
HSV(B)243.24º27.82%52.16%-
XYZ13.4512.6623.92-
YUV100.82146.16125.99-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.97%
GREEN value IS 96 (37.89% from 255) = 29.36%
BLUE value IS 133 (52.34% from 255) = 40.67%
R=29.97%
G=29.36%
B=40.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal98961330.260.2800.48243.2416.1644.9
Hex6260851A1C030f3102d
Octal14214020532340603632055
Binary1100010110000010000101110101110001100001111001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626085; }

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

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

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

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

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

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

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

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