#606069

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

Shades of Comet #606069

Tints of Comet #606069

Color information

#606069 (or 0x606069) is unknown color: approx Comet. HEX triplet: 60, 60 and 69. RGB value is (96,96,105). Sum of RGB (Red+Green+Blue) = 96+96+105=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 105 - color contains mainly: blue. Hex color #606069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606069 is #9F9F96. Grayscale: #606060. Windows color (decimal): -10461079 or 6905952. OLE color: 6905952.

HSL color Cylindrical-coordinate representation of color #606069: hue angle of 240º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #606069 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9696105-
CMYK0.090.0900.59
HSL240º4.48%39.41%-
HSV(B)240º8.57%41.18%-
XYZ11.5611.8715.05-
YUV97.03132.5127.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.32%
GREEN value IS 96 (37.89% from 255) = 32.32%
BLUE value IS 105 (41.41% from 255) = 35.35%
R=32.32%
G=32.32%
B=35.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96961050.090.0900.592404.4839.41
Hex6060699903Bf0427
Octal1401401511111073360447
Binary11000001100000110100110011001011101111110000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606069; }

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

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

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

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

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

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

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

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