#626072

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

Shades of Comet #626072

Tints of Comet #626072

Color information

#626072 (or 0x626072) is unknown color: approx Comet. HEX triplet: 62, 60 and 72. RGB value is (98,96,114). Sum of RGB (Red+Green+Blue) = 98+96+114=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 114 - color contains mainly: blue. Hex color #626072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626072 is #9D9F8D. Grayscale: #626262. Windows color (decimal): -10329998 or 7495778. OLE color: 7495778.

HSL color Cylindrical-coordinate representation of color #626072: hue angle of 246.67º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #626072 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9896114-
CMYK0.140.1600.55
HSL246.67º8.57%41.18%-
HSV(B)246.67º15.79%44.71%-
XYZ12.2612.1817.62-
YUV98.65136.66127.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.82%
GREEN value IS 96 (37.89% from 255) = 31.17%
BLUE value IS 114 (44.92% from 255) = 37.01%
R=31.82%
G=31.17%
B=37.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal98961140.140.1600.55246.678.5741.18
Hex626072E10037f7929
Octal14214016216200673671151
Binary1100010110000011100101110100000110111111101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626072; }

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

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

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

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

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

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

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

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