#626278

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

Shades of Comet #626278

Tints of Comet #626278

Color information

#626278 (or 0x626278) is unknown color: approx Comet. HEX triplet: 62, 62 and 78. RGB value is (98,98,120). Sum of RGB (Red+Green+Blue) = 98+98+120=316 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.01% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 120 - color contains mainly: blue. Hex color #626278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626278 is #9D9D87. Grayscale: #646464. Windows color (decimal): -10329480 or 7889506. OLE color: 7889506.

HSL color Cylindrical-coordinate representation of color #626278: hue angle of 240º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #626278 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9898120-
CMYK0.180.1800.53
HSL240º10.09%42.75%-
HSV(B)240º18.33%47.06%-
XYZ12.7912.6919.54-
YUV100.51139126.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.01%
GREEN value IS 98 (38.67% from 255) = 31.01%
BLUE value IS 120 (47.27% from 255) = 37.97%
R=31.01%
G=31.01%
B=37.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal98981200.180.1800.5324010.0942.75
Hex6262781212035f0a2b
Octal14214217022220653601253
Binary11000101100010111100010010100100110101111100001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626278; }

 p { color: rgb(98,98,120); }

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

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

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

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

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

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

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