#626385

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

Shades of Comet #626385

Tints of Comet #626385

Color information

#626385 (or 0x626385) is unknown color: approx Comet. HEX triplet: 62, 63 and 85. RGB value is (98,99,133). Sum of RGB (Red+Green+Blue) = 98+99+133=330 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.70% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 133 - color contains mainly: blue. Hex color #626385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626385 is #9D9C7A. Grayscale: #666666. Windows color (decimal): -10329211 or 8741730. OLE color: 8741730.

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

Color convert

RGB9899133-
CMYK0.260.2600.48
HSL238.29º15.15%45.29%-
HSV(B)238.29º26.32%52.16%-
XYZ13.7313.2124.02-
YUV102.58145.17124.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.70%
GREEN value IS 99 (39.06% from 255) = 30%
BLUE value IS 133 (52.34% from 255) = 40.30%
R=29.70%
G=30%
B=40.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal98991330.260.2600.48238.2915.1545.29
Hex6263851A1A030eef2d
Octal14214320532320603561755
Binary110001011000111000010111010110100110000111011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626385; }

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

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

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

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

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

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

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

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