#60638A

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

Shades of Comet #60638A

Tints of Comet #60638A

Color information

#60638A (or 0x60638A) is unknown color: approx Comet. HEX triplet: 60, 63 and 8A. RGB value is (96,99,138). Sum of RGB (Red+Green+Blue) = 96+99+138=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 138 - color contains mainly: blue. Hex color #60638A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60638A is #9F9C75. Grayscale: #666666. Windows color (decimal): -10460278 or 9069408. OLE color: 9069408.

HSL color Cylindrical-coordinate representation of color #60638A: hue angle of 235.71º 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 #60638A is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9699138-
CMYK0.300.2800.46
HSL235.71º17.95%45.88%-
HSV(B)235.71º30.43%54.12%-
XYZ13.8713.2525.87-
YUV102.55148.01123.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.83%
GREEN value IS 99 (39.06% from 255) = 29.73%
BLUE value IS 138 (54.30% from 255) = 41.44%
R=28.83%
G=29.73%
B=41.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal96991380.300.2800.46235.7117.9545.88
Hex60638A1E1C02Eec122e
Octal14014321236340563542256
Binary1100000110001110001010111101110001011101110110010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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