#606275

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

Shades of Comet #606275

Tints of Comet #606275

Color information

#606275 (or 0x606275) is unknown color: approx Comet. HEX triplet: 60, 62 and 75. RGB value is (96,98,117). Sum of RGB (Red+Green+Blue) = 96+98+117=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 117 - color contains mainly: blue. Hex color #606275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606275 is #9F9D8A. Grayscale: #636363. Windows color (decimal): -10460555 or 7692896. OLE color: 7692896.

HSL color Cylindrical-coordinate representation of color #606275: hue angle of 234.29º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #606275 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9698117-
CMYK0.180.1600.54
HSL234.29º9.86%41.76%-
HSV(B)234.29º17.95%45.88%-
XYZ12.412.5118.59-
YUV99.57137.84125.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.87%
GREEN value IS 98 (38.67% from 255) = 31.51%
BLUE value IS 117 (46.09% from 255) = 37.62%
R=30.87%
G=31.51%
B=37.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96981170.180.1600.54234.299.8641.76
Hex6062751210036eaa2a
Octal14014216522200663521252
Binary11000001100010111010110010100000110110111010101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606275; }

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

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

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

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

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

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

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

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