#606075

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

Shades of Comet #606075

Tints of Comet #606075

Color information

#606075 (or 0x606075) is unknown color: approx Comet. HEX triplet: 60, 60 and 75. RGB value is (96,96,117). Sum of RGB (Red+Green+Blue) = 96+96+117=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 117 - color contains mainly: blue. Hex color #606075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606075 is #9F9F8A. Grayscale: #626262. Windows color (decimal): -10461067 or 7692384. OLE color: 7692384.

HSL color Cylindrical-coordinate representation of color #606075: hue angle of 240º 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 #606075 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9696117-
CMYK0.180.1800.54
HSL240º9.86%41.76%-
HSV(B)240º17.95%45.88%-
XYZ12.2212.1418.53-
YUV98.39138.5126.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.07%
GREEN value IS 96 (37.89% from 255) = 31.07%
BLUE value IS 117 (46.09% from 255) = 37.86%
R=31.07%
G=31.07%
B=37.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96961170.180.1800.542409.8641.76
Hex6060751212036f0a2a
Octal14014016522220663601252
Binary11000001100000111010110010100100110110111100001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606075; }

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

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

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

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

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

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

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

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