#6A6B73

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

Shades of Comet #6A6B73

Tints of Comet #6A6B73

Color information

#6A6B73 (or 0x6A6B73) is unknown color: approx Comet. HEX triplet: 6A, 6B and 73. RGB value is (106,107,115). Sum of RGB (Red+Green+Blue) = 106+107+115=328 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.32% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 115 - color contains mainly: blue. Hex color #6A6B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6B73 is #95948C. Grayscale: #6B6B6B. Windows color (decimal): -9802893 or 7564138. OLE color: 7564138.

HSL color Cylindrical-coordinate representation of color #6A6B73: hue angle of 233.33º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6A6B73 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB106107115-
CMYK0.080.0700.55
HSL233.33º4.07%43.33%-
HSV(B)233.33º7.83%45.1%-
XYZ14.314.8218.33-
YUV107.61132.17126.85-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.32%
GREEN value IS 107 (42.19% from 255) = 32.62%
BLUE value IS 115 (45.31% from 255) = 35.06%
R=32.32%
G=32.62%
B=35.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1061071150.080.0700.55233.334.0743.33
Hex6A6B7387037e942b
Octal152153163107067351453
Binary1101010110101111100111000111011011111101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A6B73; }

 p { color: rgb(106,107,115); }

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

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

 a { background-color: rgb(106,107,115); }

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

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

 span { border-color: rgb(106,107,115); }

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