#626386

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

Shades of Comet #626386

Tints of Comet #626386

Color information

#626386 (or 0x626386) is unknown color: approx Comet. HEX triplet: 62, 63 and 86. RGB value is (98,99,134). Sum of RGB (Red+Green+Blue) = 98+99+134=331 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.61% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 134 - color contains mainly: blue. Hex color #626386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626386 is #9D9C79. Grayscale: #666666. Windows color (decimal): -10329210 or 8807266. OLE color: 8807266.

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

Color convert

RGB9899134-
CMYK0.270.2600.47
HSL238.33º15.52%45.49%-
HSV(B)238.33º26.87%52.55%-
XYZ13.813.2424.38-
YUV102.69145.67124.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.61%
GREEN value IS 99 (39.06% from 255) = 29.91%
BLUE value IS 134 (52.73% from 255) = 40.48%
R=29.61%
G=29.91%
B=40.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98991340.270.2600.47238.3315.5245.49
Hex6263861B1A02Fee102d
Octal14214320633320573562055
Binary1100010110001110000110110111101001011111110111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626386; }

 p { color: rgb(98,99,134); }

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

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

 a { background-color: rgb(98,99,134); }

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

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

 span { border-color: rgb(98,99,134); }

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