#606371

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

Shades of Comet #606371

Tints of Comet #606371

Color information

#606371 (or 0x606371) is unknown color: approx Comet. HEX triplet: 60, 63 and 71. RGB value is (96,99,113). Sum of RGB (Red+Green+Blue) = 96+99+113=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 113 - color contains mainly: blue. Hex color #606371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606371 is #9F9C8E. Grayscale: #636363. Windows color (decimal): -10460303 or 7431008. OLE color: 7431008.

HSL color Cylindrical-coordinate representation of color #606371: hue angle of 229.41º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #606371 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9699113-
CMYK0.150.1200.56
HSL229.41º8.13%40.98%-
HSV(B)229.41º15.04%44.31%-
XYZ12.2712.617.41-
YUV99.7135.51125.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.17%
GREEN value IS 99 (39.06% from 255) = 32.14%
BLUE value IS 113 (44.53% from 255) = 36.69%
R=31.17%
G=32.14%
B=36.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96991130.150.1200.56229.418.1340.98
Hex606371FC038e5829
Octal14014316117140703451051
Binary110000011000111110001111111000111000111001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606371; }

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

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

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

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

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

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

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

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