#626785

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

Shades of Comet #626785

Tints of Comet #626785

Color information

#626785 (or 0x626785) is unknown color: approx Comet. HEX triplet: 62, 67 and 85. RGB value is (98,103,133). Sum of RGB (Red+Green+Blue) = 98+103+133=334 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.34% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 133 - color contains mainly: blue. Hex color #626785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626785 is #9D987A. Grayscale: #686868. Windows color (decimal): -10328187 or 8742754. OLE color: 8742754.

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

Color convert

RGB98103133-
CMYK0.260.2300.48
HSL231.43º15.15%45.29%-
HSV(B)231.43º26.32%52.16%-
XYZ14.1213.9924.15-
YUV104.93143.84123.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.34%
GREEN value IS 103 (40.62% from 255) = 30.84%
BLUE value IS 133 (52.34% from 255) = 39.82%
R=29.34%
G=30.84%
B=39.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal981031330.260.2300.48231.4315.1545.29
Hex6267851A17030e7f2d
Octal14214720532270603471755
Binary110001011001111000010111010101110110000111001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626785; }

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

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

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

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

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

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

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

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