#60628A

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

Shades of Comet #60628A

Tints of Comet #60628A

Color information

#60628A (or 0x60628A) is unknown color: approx Comet. HEX triplet: 60, 62 and 8A. RGB value is (96,98,138). Sum of RGB (Red+Green+Blue) = 96+98+138=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 138 - color contains mainly: blue. Hex color #60628A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60628A is #9F9D75. Grayscale: #656565. Windows color (decimal): -10460534 or 9069152. OLE color: 9069152.

HSL color Cylindrical-coordinate representation of color #60628A: hue angle of 237.14º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60628A is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9698138-
CMYK0.300.2900.46
HSL237.14º17.95%45.88%-
HSV(B)237.14º30.43%54.12%-
XYZ13.7813.0625.84-
YUV101.96148.34123.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.92%
GREEN value IS 98 (38.67% from 255) = 29.52%
BLUE value IS 138 (54.30% from 255) = 41.57%
R=28.92%
G=29.52%
B=41.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal96981380.300.2900.46237.1417.9545.88
Hex60628A1E1D02Eed122e
Octal14014221236350563552256
Binary1100000110001010001010111101110101011101110110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60628A; }

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

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

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

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

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

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

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

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